Skip to content

Commit d68d4dc

Browse files
committed
adds configuration for session cache store
1 parent b358fe4 commit d68d4dc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

config/session.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,20 @@
8585

8686
'table' => 'sessions',
8787

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+
88102
/*
89103
|--------------------------------------------------------------------------
90104
| Session Sweeping Lottery

0 commit comments

Comments
 (0)