Skip to content
Permalink
Browse files Browse the repository at this point in the history
Merge pull request #7062 from firefly-iii/JC5-patch-1
Update session.php
  • Loading branch information
JC5 committed Feb 20, 2023
2 parents 29ff164 + eb04b11 commit 68f398f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/session.php
Expand Up @@ -24,7 +24,7 @@
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,
Expand Down

0 comments on commit 68f398f

Please sign in to comment.