mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
chore(config): expire idle sessions after 1 day
This commit is contained in:
parent
3a2dd35c41
commit
feb2200db4
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'lifetime' => (int) env('SESSION_LIFETIME', 120),
|
||||
'lifetime' => (int) env('SESSION_LIFETIME', 1440),
|
||||
|
||||
'expire_on_close' => env('SESSION_EXPIRE_ON_CLOSE', false),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue