adds configuration for session cache store
This commit is contained in:
parent
b358fe473d
commit
d68d4dc9cd
|
@ -85,6 +85,20 @@
|
||||||
|
|
||||||
'table' => 'sessions',
|
'table' => 'sessions',
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Session Cache Store
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| When using the "apc" or "memcached" session drivers, you may specify
|
||||||
|
| a cache store that should be used for these sessions. This should
|
||||||
|
| correspond to a store in your cache configuration. By default,
|
||||||
|
| the driver name will be used as the store.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
'store' => null,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Session Sweeping Lottery
|
| Session Sweeping Lottery
|
||||||
|
|
Loading…
Reference in New Issue