fix State::Cookie so that tests work with newer TWMCs
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Changes
CommitLineData
7022ec4c 1Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie
2
a79a56a8 30.08 2007-08-09 9:46PM (+0500)
4 - Fix live test with Mech version 0.37+
5
f8cd6974 60.07 2007-04-04 23:10:00
7 - Fix the bug that caused sessions to expire immediately when another
8 session was deleted previously in the same request cycle
9
519fe077 100.06 2006-09-20 19:53:00
11 - Fix args in calls to NEXT::set_session_id and NEXT::extend_session_id
12
8bdcbb46 130.05 2006-08-06 20:50:00
14 - Add configuration of 'cookie_path' (Michael W Peterson)
15
3e8b97ed 160.04
17 - Depend on a higher version of C::P::Session
18
458ed7d4 190.03
20 - refactored make_session_cookie to separate calc_expiry, and made
21 that easily overloadable.
22 - updated for the new state API (get_session_id, set_session_id, etc)
1e986fd5 23
f7f7fa5e 240.02 2005-12-28 13:51:00
7022ec4c 25 - Fixed cookie_expires to support browser session cookies.
33516e37 26 - Renamed default cookie name from just 'session' to
27 'yourapp_session' to allow several applications on the same domain
28 to exist without conflict (LTJake)
7022ec4c 29
300.01 2005-11-14 12:45:00
31 - Initial release.