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

pull/2103/head
Daniel Supernault 5 years ago
parent e3280c11ca
commit b87952719f
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save