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:
parent
c452e15d84
commit
4760fcd6c5
|
@ -32,7 +32,7 @@
|
|||
|
|
||||
*/
|
||||
|
||||
'lifetime' => env('SESSION_LIFETIME', 120),
|
||||
'lifetime' => (int) env('SESSION_LIFETIME', 120),
|
||||
|
||||
'expire_on_close' => env('SESSION_EXPIRE_ON_CLOSE', false),
|
||||
|
||||
|
|
Loading…
Reference in New Issue