mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 10:33:30 +00:00
@@ -24,7 +24,7 @@ declare(strict_types=1);
|
|||||||
return [
|
return [
|
||||||
'driver' => env('SESSION_DRIVER', 'file'),
|
'driver' => env('SESSION_DRIVER', 'file'),
|
||||||
'lifetime' => 120,
|
'lifetime' => 120,
|
||||||
'expire_on_close' => false,
|
'expire_on_close' => true,
|
||||||
'encrypt' => true,
|
'encrypt' => true,
|
||||||
'files' => storage_path('framework/sessions'),
|
'files' => storage_path('framework/sessions'),
|
||||||
'connection' => null,
|
'connection' => null,
|
||||||
|
Reference in New Issue
Block a user