Checking in changes prior to tagging of version 0.12.
[catagits/Web-Session.git] / lib / Plack / Session / State / Cookie.pm
2010-07-07 Tatsuhiko Miyagawa Checking in changes prior to tagging of version 0.12.
2010-07-07 Graham Knop document httponly cookie option
2010-07-07 Graham Knop fix some typos and spelling mistakes
2010-02-27 Tatsuhiko Miyagawa Checking in changes prior to tagging of version 0.11...
2010-02-23 Tatsuhiko Miyagawa Checking in changes prior to tagging of version 0.10...
2010-02-03 Tatsuhiko Miyagawa Checking in changes prior to tagging of version 0.09_03...
2010-02-03 Tatsuhiko Miyagawa Fixed a bug where path is not set to / by default.
2010-01-31 Tatsuhiko Miyagawa Checking in changes prior to tagging of version 0.09_02...
2010-01-31 Tatsuhiko Miyagawa Fixes the use of Plack::Respose->new
2010-01-30 Tatsuhiko Miyagawa Checking in changes prior to tagging of version 0.09_01...
2010-01-30 Tatsuhiko Miyagawa Added 'httponly' to Cookie state options.
2010-01-30 Tatsuhiko Miyagawa Accept expires as seconds since new Plack::Response...
2010-01-29 Tatsuhiko Miyagawa Make it work the new Plack::Request (in Plack 1.0)
2010-01-09 Tatsuhiko Miyagawa Moved Plack::Request and Plack::Response use to individ...
2010-01-09 Tatsuhiko Miyagawa Make psgix.session a hash reference and plack.session...
2010-01-09 Tatsuhiko Miyagawa Reworked Session to make the expiration a store's respo...
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