Fix comments on session.
This commit is contained in:
parent
d9c559ba7f
commit
452956551b
|
@ -11,7 +11,7 @@
|
||||||
| 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 @@
|
||||||
| 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.
|
||||||
|
|
|
|
||||||
|
|
Loading…
Reference in New Issue