Fixed a bug where path is not set to / by default.
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>
Wed, 3 Feb 2010 04:40:19 +0000 (20:40 -0800)
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>
Wed, 3 Feb 2010 04:40:19 +0000 (20:40 -0800)
commitc42534a7c85252df0dd2068f13511a44ca7c2259
treee8def7baf7bfc60dda9ea5956ca095147e87ac99
parent98f62fd71971d0b21a90f840ef52ec7907432cf5
Fixed a bug where path is not set to / by default.

If you want to set a cookie for only the current URL, you should set

   # delete won't work
   $env->{'psgi.session.options'}->{path} = undef;
lib/Plack/Session/State/Cookie.pm
t/013_cookiestore.t
t/015_cookie_options_mw.t