Switch to file as default session driver.

This commit is contained in:
Taylor Otwell 2013-10-26 22:28:55 -05:00
parent ccdc7141aa
commit 7fb808f2fa
1 changed files with 2 additions and 2 deletions

View File

@ -11,12 +11,12 @@
| requests. By default, we will use the lightweight native driver but
| you may specify any of the other wonderful drivers provided here.
|
| Supported: "native", "cookie", "database", "apc",
| Supported: "file", "cookie", "database", "apc",
| "memcached", "redis", "array"
|
*/
'driver' => 'native',
'driver' => 'file',
/*
|--------------------------------------------------------------------------