Default session lifetime 24 days

32bit is the reason we can't have nice things.
This commit is contained in:
Tony Murray
2021-11-14 08:01:57 -06:00
committed by GitHub
parent d409643d68
commit bef021b158

View File

@@ -39,7 +39,7 @@ return [
|
*/
'lifetime' => env('SESSION_LIFETIME', 120),
'lifetime' => env('SESSION_LIFETIME', 34560),
'expire_on_close' => false,