占位
This commit is contained in:
@@ -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' => '',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user