Update session.php

This commit is contained in:
wolfcode
2024-05-13 18:30:14 +08:00
parent a6fd81b0ed
commit 0c68f2c1ad

View File

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