Added expire_on_close .env praram
This commit is contained in:
parent
ec5f8ceb46
commit
e9064f812d
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ return [
|
|||
|
||||
'lifetime' => env('SESSION_LIFETIME', (60 * 8)),
|
||||
|
||||
'expire_on_close' => true,
|
||||
'expire_on_close' => env('SESSION_EXPIRE_ON_CLOSE', true),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue