forked from mirror/pixelfed
Update session config, increase session timeout from 2 days to 60 days
This commit is contained in:
parent
e3280c11ca
commit
b87952719f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'lifetime' => env('SESSION_LIFETIME', 2880),
|
||||
'lifetime' => env('SESSION_LIFETIME', 86400),
|
||||
|
||||
'expire_on_close' => false,
|
||||
|
||||
|
|
Loading…
Reference in a new issue