From 30d69ef548f8cf90ce00c35edd04c06982d35b65 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 28 Feb 2012 10:09:51 -0600 Subject: [PATCH] updating comment. Signed-off-by: Taylor Otwell --- application/config/session.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/config/session.php b/application/config/session.php index 3b6e6a69..6a5af5a3 100644 --- a/application/config/session.php +++ b/application/config/session.php @@ -38,11 +38,11 @@ return array( | | Some session drivers require the manual clean-up of expired sessions. | This option specifies the probability of session garbage collection - | occuring for any given request. + | occuring for any given request to the application. | | For example, the default value states that garbage collection has a | 2% chance of occuring for any given request to the application. - | Feel free to tune this to your application's size and speed. + | Feel free to tune this to your requirements. | */