Added Session::Cookie middleware which utilizes Cookie as both state and store.
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>
Sat, 9 Jan 2010 16:17:49 +0000 (08:17 -0800)
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>
Sat, 9 Jan 2010 16:17:49 +0000 (08:17 -0800)
commitd326e755594b17370ddbba2a2cafc14e9d391a66
treeee59b8df2ec81c9936c7146310570964dcaf0e4f
parentcaf3bd90cdf0aebba03039729f0ad60c0d06c6e8
Added Session::Cookie middleware which utilizes Cookie as both state and store.
Fixes gh-1
lib/Plack/Middleware/Session/Cookie.pm [new file with mode: 0644]
t/013_cookiestore.t [new file with mode: 0644]