POD addition.
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Changes
CommitLineData
7022ec4c 1Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie
2
d6bdceb5 3
40.10 2008-12-02
5 - POD addition.
6
70.09 ??? Somebody forgot to Changes this release.
8
9541149a 90.08 2007-09-14
a79a56a8 10 - Fix live test with Mech version 0.37+
c4a96adb 11 - Switch to Module::Install
a79a56a8 12
f8cd6974 130.07 2007-04-04 23:10:00
14 - Fix the bug that caused sessions to expire immediately when another
15 session was deleted previously in the same request cycle
16
519fe077 170.06 2006-09-20 19:53:00
18 - Fix args in calls to NEXT::set_session_id and NEXT::extend_session_id
19
8bdcbb46 200.05 2006-08-06 20:50:00
21 - Add configuration of 'cookie_path' (Michael W Peterson)
22
3e8b97ed 230.04
24 - Depend on a higher version of C::P::Session
25
458ed7d4 260.03
27 - refactored make_session_cookie to separate calc_expiry, and made
28 that easily overloadable.
29 - updated for the new state API (get_session_id, set_session_id, etc)
1e986fd5 30
f7f7fa5e 310.02 2005-12-28 13:51:00
7022ec4c 32 - Fixed cookie_expires to support browser session cookies.
33516e37 33 - Renamed default cookie name from just 'session' to
34 'yourapp_session' to allow several applications on the same domain
35 to exist without conflict (LTJake)
7022ec4c 36
370.01 2005-11-14 12:45:00
38 - Initial release.