We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0b5d8 commit c104891Copy full SHA for c104891
config/session.php
@@ -92,10 +92,12 @@
92
| Session Cache Store
93
|--------------------------------------------------------------------------
94
|
95
- | When using the "apc", "memcached", or "dynamodb" session drivers you may
+ | While using one of the framework's cache driven session backends you may
96
| list a cache store that should be used for these sessions. This value
97
| must match with one of the application's configured cache "stores".
98
99
+ | Affects: "apc", "dynamodb", "memcached", "redis"
100
+ |
101
*/
102
103
'store' => env('SESSION_STORE', null),
0 commit comments