Help out state plugins a bit more
[catagits/Catalyst-Plugin-Session.git] / Changes
CommitLineData
a552e4b5 1Revision history for Perl extension Catalyst::Plugin::Session
2
bab8b74b 30.06
4 - Set sessionid only if unset, allowing State plugins to stack (gphat)
5
5d8cc4c7 60.05
7db1c46a 7 - Un-workaround the Cache::FastMmap (actually Storable) limitation -
8 it's not C::P::Session's business.
9 - add $c->session_expires
10 - refactor guts
11 - improve semantics of session deletion (now deletes flash data too)
12 - improve lazy-load-ness of session data in the light of expiration
13
7a02371f 140.04 2005-12-28 09:42:00
15 - Work around a limitation in Cache::FastMmap - must store only
16 references, while expiration was an NV.
17
180.03 2005-12-26 10:22:00
a552e4b5 19 - Lazify loading of session data for better performance and less chance
20 of race conditions
9b0fa2a6 21 - support for $c->flash a la Ruby on Rails
5faaa4b0 22 - Fixed bug in sessionid algorithm detection.
4207ce8d 23 - Separate __expires from the session data - we write it every time
24 - Lazify saving of session data for better performance and less chance
25 of race conditions
a552e4b5 26
5faaa4b0 270.02 2005-11-23 09:40:00
a552e4b5 28 - Doc fixes
29 - No more -Engine=Test
30
5faaa4b0 310.01 2005-11-14 12:41:00
a552e4b5 32 - Initial release.