From 45f2234bd6cb249f961c0dc6a82dd168dd243d4a Mon Sep 17 00:00:00 2001 From: Michael Meyer Date: Mon, 5 Aug 2013 16:30:06 -0500 Subject: [PATCH] Update comment for clarity --- app/config/session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/session.php b/app/config/session.php index e11e98cd..f08e339a 100644 --- a/app/config/session.php +++ b/app/config/session.php @@ -24,7 +24,7 @@ return array( |-------------------------------------------------------------------------- | | Here you may specify the number of minutes that you wish the session - | to be allowed to remain idle for it is expired. If you want them + | to be allowed to remain idle before it is expired. If you want them | to immediately expire when the browser closes, set it to zero. | */