Checking in changes prior to tagging of version 0.09_03. Changelog diff is:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>
Wed, 3 Feb 2010 04:45:58 +0000 (20:45 -0800)
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>
Wed, 3 Feb 2010 04:45:58 +0000 (20:45 -0800)
commit983d87ddaca365aa9c57a973fa3a81fc8470f948
tree570439e97db44c3901a8cbae974f9e993fb021da
parentc42534a7c85252df0dd2068f13511a44ca7c2259
Checking in changes prior to tagging of version 0.09_03.  Changelog diff is:

diff --git a/Changes b/Changes
index 56d41c5..692a13c 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension Plack::Middleware::Session

+0.09_03 Tue Feb  2 20:42:56 PST 2010
+    - Fixed so the default Cookie path is now correctly set to '/'
+      You can override that by setting path = undef in psgix.session.options.
+      (Reported by tomyhero)
+
 0.09_02 Sat Jan 30 23:13:50 PST 2010
     - Fixed a bug in Cookie serialization where it breaks the response headers
       generated by applications (tomyhero)
Changes
lib/Plack/Middleware/Session.pm
lib/Plack/Session.pm
lib/Plack/Session/State.pm
lib/Plack/Session/State/Cookie.pm
lib/Plack/Session/Store.pm
lib/Plack/Session/Store/Cache.pm
lib/Plack/Session/Store/File.pm
lib/Plack/Session/Store/Null.pm