restructured session driver interfaces and added cookie session driver.

This commit is contained in:
Taylor Otwell
2011-08-02 21:05:20 -05:00
parent 3583bc3b09
commit 32f383205e
9 changed files with 76 additions and 35 deletions

View File

@@ -12,7 +12,7 @@ return array(
| Since HTTP is stateless, sessions are used to maintain "state" across
| multiple requests from the same user of your application.
|
| Supported Drivers: 'file', 'db', 'memcached', 'apc'.
| Supported Drivers: 'cookie', 'file', 'db', 'memcached', 'apc'.
|
*/