Fix session timeout issues on browser close.

This commit is contained in:
Dane Everitt 2017-02-02 16:29:37 -05:00
parent 7f51e5df62
commit fb589a7f4e
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 3 additions and 2 deletions

View file

@ -29,9 +29,9 @@ return [
|
*/
'lifetime' => 30,
'lifetime' => 120,
'expire_on_close' => true,
'expire_on_close' => false,
/*
|--------------------------------------------------------------------------