Set session lifetime to 1 year

This commit is contained in:
2021-12-26 19:13:55 +01:00
parent 33203f7f10
commit a3a8dfcf51

View File

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