Document the new $c->flash "feature"
[catagits/Catalyst-Plugin-Session.git] / Changes
CommitLineData
a552e4b5 1Revision history for Perl extension Catalyst::Plugin::Session
2
7db1c46a 30.05 2005-12-29 10:35:00
4 - Un-workaround the Cache::FastMmap (actually Storable) limitation -
5 it's not C::P::Session's business.
6 - add $c->session_expires
7 - refactor guts
8 - improve semantics of session deletion (now deletes flash data too)
9 - improve lazy-load-ness of session data in the light of expiration
10
7a02371f 110.04 2005-12-28 09:42:00
12 - Work around a limitation in Cache::FastMmap - must store only
13 references, while expiration was an NV.
14
150.03 2005-12-26 10:22:00
a552e4b5 16 - Lazify loading of session data for better performance and less chance
17 of race conditions
9b0fa2a6 18 - support for $c->flash a la Ruby on Rails
5faaa4b0 19 - Fixed bug in sessionid algorithm detection.
4207ce8d 20 - Separate __expires from the session data - we write it every time
21 - Lazify saving of session data for better performance and less chance
22 of race conditions
a552e4b5 23
5faaa4b0 240.02 2005-11-23 09:40:00
a552e4b5 25 - Doc fixes
26 - No more -Engine=Test
27
5faaa4b0 280.01 2005-11-14 12:41:00
a552e4b5 29 - Initial release.