Make psgix.session a hash reference and plack.session an (optional)
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>
Sat, 9 Jan 2010 17:18:48 +0000 (09:18 -0800)
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>
Sat, 9 Jan 2010 17:18:48 +0000 (09:18 -0800)
commit4ff41723d59739434df7ba7293c8c40b968c8600
treecd21c0b0d2133275afb5d4b52f3d92d26d794d79
parentd326e755594b17370ddbba2a2cafc14e9d391a66
Make psgix.session a hash reference and plack.session an (optional)
session object. Moved around the code a lot from Plack::Session to
Middleware::Session to make Plack::Session a plain Perl object.

Tests are failing atm. Going to fix this...
lib/Plack/Middleware/Session.pm
lib/Plack/Middleware/Session/Cookie.pm
lib/Plack/Session.pm
lib/Plack/Session/State.pm
lib/Plack/Session/State/Cookie.pm
lib/Plack/Session/Store.pm
t/013_cookiestore.t