From 452956551b701bfe40631894cf4e6c0568c5fd2f Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 17 Apr 2013 00:29:48 -0500 Subject: [PATCH] Fix comments on session. --- app/config/session.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/session.php b/app/config/session.php index bee609e6..4d888725 100644 --- a/app/config/session.php +++ b/app/config/session.php @@ -11,7 +11,7 @@ | requests. By default we will use the light-weight cookie driver but | you may specify any of the other wonderful drivers provided here. | - | Supported: "native", "file", "database", "apc", + | Supported: "native", "database", "apc", | "memcached", "redis", "array" | */ @@ -36,7 +36,7 @@ | Session File Location |-------------------------------------------------------------------------- | - | When using the "file" session driver, we need a location where session + | When using the native session driver, we need a location where session | files may be stored. A default has been set for you but a different | location may be specified. This is only needed for file sessions. |