mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 18:42:49 +08:00
增加登录跳转到指定页面;发布新版本
This commit is contained in:
@@ -1,19 +1,20 @@
|
||||
<?php
|
||||
|
||||
// +----------------------------------------------------------------------
|
||||
// | 会话设置
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
// session name
|
||||
'name' => 'PHPSESSID',
|
||||
'name' => 'PHPSESSID',
|
||||
// SESSION_ID的提交变量,解决flash上传跨域
|
||||
'var_session_id' => '',
|
||||
// 驱动方式 支持file cache
|
||||
'type' => 'file',
|
||||
'type' => 'file',
|
||||
// 存储连接标识 当type使用cache的时候有效
|
||||
'store' => null,
|
||||
'store' => null,
|
||||
// 过期时间
|
||||
'expire' => 86400,
|
||||
'expire' => 86400 * 30,
|
||||
// 前缀
|
||||
'prefix' => '',
|
||||
'prefix' => '',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user