Some cleanup of the code.
[catagits/Web-Session.git] / lib / Plack / Middleware / Session.pm
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 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
2010-01-07 Stevan Little s/plack.session/psgix.session/
2009-12-19 Stevan Little pre-0.02 commit
2009-12-19 Tatsuhiko Miyagawa Do not destroy callback interface (clkao)
2009-12-15 Stevan Little update example to use Plack::Request->session, add...
2009-12-14 Stevan Little Adding some additional docs and VERSION, AUTHORITY...
2009-12-13 Stevan Little allow session class to be configurable
2009-12-13 Masahiro Chiba remove Store::CHI
2009-12-13 Tatsuhiko Miyagawa inflate store/state with strings like "store => 'File...
2009-12-13 Tatsuhiko Miyagawa use TMPDIR env if it's defined in Store::File
2009-12-13 Stevan Little bunch more docs
2009-12-12 Stevan Little rename psgix.session to plack.session
2009-12-12 Stevan Little preliminary docs added, improved support for subclassin...
2009-12-12 Tatsuhiko Miyagawa kill the debug lines
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