Sync session.lifetime configuration (#6522)
See 066b740f14/config/session.php (L35)
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
This commit is contained in:
committed by
GitHub
parent
c452e15d84
commit
4760fcd6c5
@@ -32,7 +32,7 @@ return [
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'lifetime' => env('SESSION_LIFETIME', 120),
|
'lifetime' => (int) env('SESSION_LIFETIME', 120),
|
||||||
|
|
||||||
'expire_on_close' => env('SESSION_EXPIRE_ON_CLOSE', false),
|
'expire_on_close' => env('SESSION_EXPIRE_ON_CLOSE', false),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user