Docs and a little more fixing for $c->session_expires
[catagits/Catalyst-Plugin-Session.git] / Changes
CommitLineData
a552e4b5 1Revision history for Perl extension Catalyst::Plugin::Session
2
7a02371f 30.04 2005-12-28 09:42:00
4 - Work around a limitation in Cache::FastMmap - must store only
5 references, while expiration was an NV.
6
70.03 2005-12-26 10:22:00
a552e4b5 8 - Lazify loading of session data for better performance and less chance
9 of race conditions
9b0fa2a6 10 - support for $c->flash a la Ruby on Rails
5faaa4b0 11 - Fixed bug in sessionid algorithm detection.
4207ce8d 12 - Separate __expires from the session data - we write it every time
13 - Lazify saving of session data for better performance and less chance
14 of race conditions
a552e4b5 15
5faaa4b0 160.02 2005-11-23 09:40:00
a552e4b5 17 - Doc fixes
18 - No more -Engine=Test
19
5faaa4b0 200.01 2005-11-14 12:41:00
a552e4b5 21 - Initial release.