Mostly-infinite sessions.

This commit is contained in:
Graphictoria 2022-05-13 21:59:46 -04:00
parent 14d570589a
commit c7dd39954a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ return [
|
*/
'lifetime' => env('SESSION_LIFETIME', 120),
'lifetime' => env('SESSION_LIFETIME', 35791394), // Session will expire in 68 years.
'expire_on_close' => false,