Added "cookie" back in as session option.

This commit is contained in:
Taylor Otwell 2013-04-17 16:28:05 -05:00
parent 452956551b
commit 5b43ff5181
1 changed files with 1 additions and 1 deletions

View File

@ -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", "database", "apc", | Supported: "native", "cookie", "database", "apc",
| "memcached", "redis", "array" | "memcached", "redis", "array"
| |
*/ */