We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b358fe4 commit d68d4dcCopy full SHA for d68d4dc
config/session.php
@@ -85,6 +85,20 @@
85
86
'table' => 'sessions',
87
88
+ /*
89
+ |--------------------------------------------------------------------------
90
+ | Session Cache Store
91
92
+ |
93
+ | When using the "apc" or "memcached" session drivers, you may specify
94
+ | a cache store that should be used for these sessions. This should
95
+ | correspond to a store in your cache configuration. By default,
96
+ | the driver name will be used as the store.
97
98
+ */
99
+
100
+ 'store' => null,
101
102
/*
103
|--------------------------------------------------------------------------
104
| Session Sweeping Lottery
0 commit comments