Huge rewrite of the code: $session->get, ->set etc. do not read from
[catagits/Web-Session.git] / lib / Plack / Session / State / Cookie.pm
2010-01-09 Tatsuhiko Miyagawa Huge rewrite of the code: $session->get, ->set etc...
2010-01-07 Stevan Little 0.03 release
2009-12-19 Stevan Little pre-0.02 commit
2009-12-14 Stevan Little Adding some additional docs and VERSION, AUTHORITY...
2009-12-13 Stevan Little refactoring chiba++ commit so we only extract session...
2009-12-13 Masahiro Chiba check wrong format request session_id
2009-12-13 Stevan Little bunch more docs
2009-12-12 Stevan Little docs, docs and more docs
2009-12-12 Stevan Little tests for State::Cookie
2009-12-12 Stevan Little preliminary docs added, improved support for subclassin...
2009-12-12 Tatsuhiko Miyagawa Fixed I generation to use SHA1 instead of sequential...
2009-12-12 Stevan Little Middleware added, cookie state added, and example psgi app