Fix session timeout issues on browser close.
This commit is contained in:
parent
7f51e5df62
commit
fb589a7f4e
2 changed files with 3 additions and 2 deletions
config
|
@ -29,9 +29,9 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'lifetime' => 30,
|
||||
'lifetime' => 120,
|
||||
|
||||
'expire_on_close' => true,
|
||||
'expire_on_close' => false,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue