mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Increase session lifetime to one month (#13505)
Because we know authenticate cookies, remember me is tied to the session lifetime now in addition to the cookie lifetime. Increase the lifetime to one month instead of two hours.
This commit is contained in:
@@ -39,7 +39,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'lifetime' => env('SESSION_LIFETIME', 120),
|
||||
'lifetime' => env('SESSION_LIFETIME', 43800),
|
||||
|
||||
'expire_on_close' => false,
|
||||
|
||||
|
Reference in New Issue
Block a user