mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
修改sesson过期时间为一个月;
This commit is contained in:
@@ -13,7 +13,7 @@ return [
|
||||
// 存储连接标识 当type使用cache的时候有效
|
||||
'store' => null,
|
||||
// 过期时间
|
||||
'expire' => 36000,
|
||||
'expire' => 2592000,
|
||||
// 前缀
|
||||
'prefix' => '',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user