Revert "Increase session lifetime to one month (#13505)" (#13515)

This reverts commit 8ccf72ffdd.
This commit is contained in:
Jellyfrog 2021-11-14 14:15:45 +01:00 committed by GitHub
parent 4d79ffe3bb
commit d409643d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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