This commit is contained in:
2019-06-19 22:41:40 +08:00
parent 5c31e8e612
commit d3eef9c5fd
34 changed files with 1464 additions and 107 deletions

View File

@@ -19,9 +19,9 @@ return [
// SESSION_ID的提交变量,解决flash上传跨域
'var_session_id' => '',
// 驱动方式 支持file redis memcache memcached
'type' => '',
// 是否自动开启 SESSION
'auto_start' => true,
'type' => 'file',
// 过期时间
'expire' => 0,
// 前缀
'prefix' => '',
];