From ccdc7141aa87dd4e931098e3cfe596667f8ea1f5 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 26 Oct 2013 19:03:30 -0500 Subject: [PATCH] Tweak session config. --- app/config/session.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/config/session.php b/app/config/session.php index 549d3ff3..2ae89fbf 100644 --- a/app/config/session.php +++ b/app/config/session.php @@ -25,12 +25,14 @@ return array( | | Here you may specify the number of minutes that you wish the session | to be allowed to remain idle before it expires. If you want them - | to immediately expire when the browser closes, set it to zero. + | to immediately expire on the browser closing, set that option. | */ 'lifetime' => 120, + 'expire_on_close' => false, + /* |-------------------------------------------------------------------------- | Session File Location