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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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