fix some typos and spelling mistakes
[catagits/Web-Session.git] / lib / Plack / Middleware / Session / Cookie.pm
2010-07-07 Graham Knop fix some typos and spelling mistakes
2010-01-11 Tatsuhiko Miyagawa remove session_class and psgix.session per discussion...
2010-01-09 Tatsuhiko Miyagawa Always renew timestamp in Cookie Session
2010-01-09 Tatsuhiko Miyagawa Pass $env in more Middleware APIs so subclasses can...
2010-01-09 Tatsuhiko Miyagawa Refactored Middleware::Session to call ->state and...
2010-01-09 Tatsuhiko Miyagawa Some cleanup of the code.
2010-01-09 Tatsuhiko Miyagawa Make psgix.session a hash reference and plack.session...
2010-01-09 Tatsuhiko Miyagawa Added Session::Cookie middleware which utilizes Cookie...