Set session lifetime to 1 year
This commit is contained in:
@@ -31,7 +31,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'lifetime' => env('SESSION_LIFETIME', 120),
|
||||
'lifetime' => env('SESSION_LIFETIME', 525600),
|
||||
|
||||
'expire_on_close' => false,
|
||||
|
||||
|
Reference in New Issue
Block a user