1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00

Added expire_on_close .env praram

This commit is contained in:
Hillel Coren 2017-09-14 11:41:37 +03:00
parent ec5f8ceb46
commit e9064f812d

View File

@ -31,7 +31,7 @@ return [
'lifetime' => env('SESSION_LIFETIME', (60 * 8)),
'expire_on_close' => true,
'expire_on_close' => env('SESSION_EXPIRE_ON_CLOSE', true),
/*
|--------------------------------------------------------------------------