Fix comments on session.

This commit is contained in:
Taylor Otwell 2013-04-17 00:29:48 -05:00
parent d9c559ba7f
commit 452956551b
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
| requests. By default we will use the light-weight cookie driver but
| you may specify any of the other wonderful drivers provided here.
|
| Supported: "native", "file", "database", "apc",
| Supported: "native", "database", "apc",
| "memcached", "redis", "array"
|
*/
@ -36,7 +36,7 @@
| 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
| location may be specified. This is only needed for file sessions.
|