mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-09 23:15:45 -06:00
Session lifetime is a week.
This commit is contained in:
parent
ee45cc2f73
commit
9db83bc6ad
@ -24,7 +24,7 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'driver' => env('SESSION_DRIVER', 'file'),
|
||||
'lifetime' => 120,
|
||||
'lifetime' => 10080,
|
||||
'expire_on_close' => false,
|
||||
'encrypt' => true,
|
||||
'files' => storage_path('framework/sessions'),
|
||||
|
Loading…
Reference in New Issue
Block a user