Commit 26ef4713 by Taylor Otwell

Merge branch 'feature/session-store-config' of…

Merge branch 'feature/session-store-config' of https://github.com/tomcastleman/laravel into tomcastleman-feature/session-store-config
parents 81aea745 d68d4dc9
...@@ -87,6 +87,20 @@ return [ ...@@ -87,6 +87,20 @@ return [
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| 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
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment