mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
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