Commit 9ee8da7b authored by Taylor Otwell's avatar Taylor Otwell

Fix session configs. Closes #1943.

parent d8abb9d6
...@@ -8,10 +8,10 @@ return array( ...@@ -8,10 +8,10 @@ return array(
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| |
| This option controls the default session "driver" that will be used on | This option controls the default session "driver" that will be used on
| requets. By default, we will use the light-weight cookie driver but | requests. By default, we will use the lightweight native 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: "cookie", file", "database", "apc", | Supported: "native", "cookie", "database", "apc",
| "memcached", "redis", "array" | "memcached", "redis", "array"
| |
*/ */
......
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