Browse Source

Added "cookie" back in as session option.

Taylor Otwell 11 years ago
parent
commit
5b43ff5181
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/config/session.php

+ 1 - 1
app/config/session.php

@@ -11,7 +11,7 @@ return array(
 	| 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"
 	|
 	*/