mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 05:43:45 +02:00
Fix session timeout issues on browser close.
This commit is contained in:
@@ -29,9 +29,9 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'lifetime' => 30,
|
||||
'lifetime' => 120,
|
||||
|
||||
'expire_on_close' => true,
|
||||
'expire_on_close' => false,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user