Merge pull request #1931 from vlakoff/develop
Fix comment on default session driver.
This commit is contained in:
commit
048e3322d5
|
@ -8,7 +8,7 @@
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
|
||||||
| This option controls the default session "driver" that will be used on
|
| This option controls the default session "driver" that will be used on
|
||||||
| requests. By default we will use the light-weight cookie driver but
|
| requests. By default we will use the light-weight native driver but
|
||||||
| you may specify any of the other wonderful drivers provided here.
|
| you may specify any of the other wonderful drivers provided here.
|
||||||
|
|
|
|
||||||
| Supported: "native", "cookie", "database", "apc",
|
| Supported: "native", "cookie", "database", "apc",
|
||||||
|
|
Loading…
Reference in New Issue