added apc session driver.

This commit is contained in:
Taylor Otwell
2011-06-21 23:19:37 -05:00
parent 24c2344ae4
commit 3b63335c95
3 changed files with 53 additions and 1 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'.
| Supported Drivers: 'file', 'db', 'memcached', 'apc'.
|
*/