mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-23 07:33:57 -06:00
Update session.php
Signed-off-by: James Cole <james@firefly-iii.org>
This commit is contained in:
parent
0436614643
commit
eb04b11c30
@ -24,7 +24,7 @@ declare(strict_types=1);
|
||||
return [
|
||||
'driver' => env('SESSION_DRIVER', 'file'),
|
||||
'lifetime' => 120,
|
||||
'expire_on_close' => false,
|
||||
'expire_on_close' => true,
|
||||
'encrypt' => true,
|
||||
'files' => storage_path('framework/sessions'),
|
||||
'connection' => null,
|
||||
|
Loading…
Reference in New Issue
Block a user