修改sesson过期时间为一个月;

This commit is contained in:
augushong
2021-09-06 14:24:33 +08:00
parent 1f935cf0f5
commit 1998d07a21

View File

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