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