refactoring the session class.

This commit is contained in:
Taylor Otwell
2011-11-01 23:11:08 -05:00
parent 2e1fed294f
commit 6048d20921
12 changed files with 317 additions and 87 deletions

View File

@@ -16,7 +16,7 @@ return array(
|
*/
'driver' => '',
'driver' => 'apc',
/*
|--------------------------------------------------------------------------