Update session.php

Signed-off-by: James Cole <james@firefly-iii.org>
This commit is contained in:
James Cole 2023-02-20 12:46:21 +01:00 committed by GitHub
parent 0436614643
commit eb04b11c30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,