From a5cc47bd5d7da30fdc249987c7c5fae05b2a3efa Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 28 Jul 2011 13:47:35 -0500 Subject: [PATCH] Cleaning up configuration comments. --- application/config/session.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/application/config/session.php b/application/config/session.php index bc9438fe..2da93353 100644 --- a/application/config/session.php +++ b/application/config/session.php @@ -25,7 +25,7 @@ | | The database table on which the session should be stored. | - | If you are not using database based sessions, don't worry about this. + | This option is only relevant when using the "db" session driver. | */ @@ -36,7 +36,7 @@ | Session Lifetime |-------------------------------------------------------------------------- | - | How many minutes can a session be idle before expiring? + | The number of minutes a session can be idle before expiring. | */ @@ -47,7 +47,7 @@ | Session Expiration On Close |-------------------------------------------------------------------------- | - | Should the session expire when the user's web browser closes? + | Determines if the session should expire when the user's web browser closes. | */ @@ -80,7 +80,7 @@ | Session Cookie HTTPS |-------------------------------------------------------------------------- | - | Should the session cookie only be transported over HTTPS? + | Determines if the session cookie should only be transported over HTTPS. | */ @@ -91,7 +91,7 @@ | HTTP Only Session Cookie |-------------------------------------------------------------------------- | - | Should the session cookie only be accessible over HTTP? + | Determines if the session cookie should only be accessible over HTTP. | | Note: The intention of the "HTTP Only" option is to keep cookies from | being accessed by client-side scripting languages. However, this