Commit 45295655 authored by Taylor Otwell's avatar Taylor Otwell

Fix comments on session.

parent d9c559ba
...@@ -11,7 +11,7 @@ return array( ...@@ -11,7 +11,7 @@ return array(
| requests. By default we will use the light-weight cookie driver but | requests. By default we will use the light-weight cookie driver but
| you may specify any of the other wonderful drivers provided here. | you may specify any of the other wonderful drivers provided here.
| |
| Supported: "native", "file", "database", "apc", | Supported: "native", "database", "apc",
| "memcached", "redis", "array" | "memcached", "redis", "array"
| |
*/ */
...@@ -36,7 +36,7 @@ return array( ...@@ -36,7 +36,7 @@ return array(
| Session File Location | Session File Location
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| |
| When using the "file" session driver, we need a location where session | When using the native session driver, we need a location where session
| files may be stored. A default has been set for you but a different | files may be stored. A default has been set for you but a different
| location may be specified. This is only needed for file sessions. | location may be specified. This is only needed for file sessions.
| |
......
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