Tweak for session changes.
This commit is contained in:
@@ -11,12 +11,12 @@ return array(
|
||||
| requests. By default we will use the light-weight cookie driver but
|
||||
| you may specify any of the other wonderful drivers provided here.
|
||||
|
|
||||
| Supported: "cookie", "file", "database", "apc",
|
||||
| Supported: "native", "file", "database", "apc",
|
||||
| "memcached", "redis", "array"
|
||||
|
|
||||
*/
|
||||
|
||||
'driver' => 'cookie',
|
||||
'driver' => 'native',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user