mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Default session lifetime 24 days
32bit is the reason we can't have nice things.
This commit is contained in:
@@ -39,7 +39,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'lifetime' => env('SESSION_LIFETIME', 120),
|
||||
'lifetime' => env('SESSION_LIFETIME', 34560),
|
||||
|
||||
'expire_on_close' => false,
|
||||
|
||||
|
Reference in New Issue
Block a user