修改session时间
This commit is contained in:
parent
67e79bfa19
commit
4a5993160f
@ -13,7 +13,7 @@ return [
|
|||||||
// 存储连接标识 当type使用cache的时候有效
|
// 存储连接标识 当type使用cache的时候有效
|
||||||
'store' => null,
|
'store' => null,
|
||||||
// 过期时间
|
// 过期时间
|
||||||
'expire' => 1440,
|
'expire' => 24 * 3600,
|
||||||
// 前缀
|
// 前缀
|
||||||
'prefix' => '',
|
'prefix' => 'catch_admin',
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user