mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
@@ -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,
|
||||
|
Reference in New Issue
Block a user