From 5b43ff5181b8129066124b919976544a4d7d1426 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 17 Apr 2013 16:28:05 -0500 Subject: [PATCH] Added "cookie" back in as session option. --- app/config/session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/session.php b/app/config/session.php index 4d888725..9a01319e 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", "database", "apc", + | Supported: "native", "cookie", "database", "apc", | "memcached", "redis", "array" | */