修改session时间

This commit is contained in:
wuyanwen 2019-12-12 18:53:34 +08:00
parent 67e79bfa19
commit 4a5993160f

View File

@ -13,7 +13,7 @@ return [
// 存储连接标识 当type使用cache的时候有效
'store' => null,
// 过期时间
'expire' => 1440,
'expire' => 24 * 3600,
// 前缀
'prefix' => '',
'prefix' => 'catch_admin',
];