Update session config, increase session timeout from 2 days to 60 days

This commit is contained in:
Daniel Supernault 2020-03-14 22:01:59 -06:00
parent e3280c11ca
commit b87952719f
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ return [
|
*/
'lifetime' => env('SESSION_LIFETIME', 2880),
'lifetime' => env('SESSION_LIFETIME', 86400),
'expire_on_close' => false,