Sync session.lifetime configuration (#6522)

See https://github.com/laravel/framework/blob/066b740f14461bb1a793ebb9742321ee00974060/config/session.php#L35

Signed-off-by: Mior Muhammad Zaki <[email protected]>
This commit is contained in:
Mior Muhammad Zaki
2025-01-23 08:05:06 -06:00
committed by GitHub
parent c452e15d84
commit 4760fcd6c5
+1 -1
View File
@@ -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),