From 0293eaced7178f37f2089bf529b1bfe3ecfe5201 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 8 Dec 2013 22:48:02 -0600 Subject: [PATCH] Mention redis connection. --- app/config/session.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/config/session.php b/app/config/session.php index a1806754..ae343029 100644 --- a/app/config/session.php +++ b/app/config/session.php @@ -51,9 +51,9 @@ | Session Database Connection |-------------------------------------------------------------------------- | - | When using the "database" session driver, you may specify the database - | connection that should be used to manage your sessions. This should - | correspond to a connection in your "database" configuration file. + | When using the "database" or "redis" session drivers, you may specify a + | connection that should be used to manage these sessions. This should + | correspond to a connection in your database configuration options. | */