cb346a9fe2d52876414fc2de67c5fe575c61e59d
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie
2
3 0.07    2007-04-04 23:10:00
4         - Fix the bug that caused sessions to expire immediately when another
5           session was deleted previously in the same request cycle
6
7 0.06    2006-09-20 19:53:00
8         - Fix args in calls to NEXT::set_session_id and NEXT::extend_session_id
9
10 0.05    2006-08-06 20:50:00
11         - Add configuration of 'cookie_path' (Michael W Peterson)
12
13 0.04
14         - Depend on a higher version of C::P::Session
15
16 0.03 
17         - refactored make_session_cookie to separate calc_expiry, and made
18               that easily overloadable.
19         - updated for the new state API (get_session_id, set_session_id, etc)
20
21 0.02    2005-12-28 13:51:00
22         - Fixed cookie_expires to support browser session cookies.
23         - Renamed default cookie name from just 'session' to
24           'yourapp_session' to allow several applications on the same domain
25           to exist without conflict (LTJake)
26
27 0.01    2005-11-14 12:45:00
28         - Initial release.