Mostly-infinite sessions.
This commit is contained in:
parent
14d570589a
commit
c7dd39954a
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue