From d68d4dc9cd6013fb3eaa37f8b5726b9ea80c5abe Mon Sep 17 00:00:00 2001 From: Tom Castleman Date: Mon, 2 May 2016 17:27:52 +0100 Subject: [PATCH] adds configuration for session cache store --- config/session.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config/session.php b/config/session.php index b501055b275..a657534f84f 100644 --- a/config/session.php +++ b/config/session.php @@ -85,6 +85,20 @@ '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