From 1ecc79321d81713b65aaaa8ebea7221751998c6d Mon Sep 17 00:00:00 2001 From: Caolan McMahon Date: Tue, 26 Apr 2011 12:12:38 -0700 Subject: [PATCH] added path option to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ba215e..61ed7eb 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ number of options: (default: 24 hours) * session_key -- The cookie key name to store the session data in (default: _node) + * path -- The path to use for the cookie (default: '/') ## Why store session data in cookies?