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