Commit a5cc47bd by Taylor Otwell

Cleaning up configuration comments.

parent f5333488
...@@ -25,7 +25,7 @@ return array( ...@@ -25,7 +25,7 @@ return array(
| |
| The database table on which the session should be stored. | 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 @@ return array( ...@@ -36,7 +36,7 @@ return array(
| Session Lifetime | 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 @@ return array( ...@@ -47,7 +47,7 @@ return array(
| Session Expiration On Close | 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 @@ return array( ...@@ -80,7 +80,7 @@ return array(
| Session Cookie HTTPS | 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 @@ return array( ...@@ -91,7 +91,7 @@ return array(
| HTTP Only Session Cookie | 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 | Note: The intention of the "HTTP Only" option is to keep cookies from
| being accessed by client-side scripting languages. However, this | being accessed by client-side scripting languages. However, this
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment