releng for Cookie
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Changes
CommitLineData
7022ec4c 1Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie
2
519fe077 30.06 2006-09-20 19:53:00
4 - Fix args in calls to NEXT::set_session_id and NEXT::extend_session_id
5
8bdcbb46 60.05 2006-08-06 20:50:00
7 - Add configuration of 'cookie_path' (Michael W Peterson)
8
3e8b97ed 90.04
10 - Depend on a higher version of C::P::Session
11
458ed7d4 120.03
13 - refactored make_session_cookie to separate calc_expiry, and made
14 that easily overloadable.
15 - updated for the new state API (get_session_id, set_session_id, etc)
1e986fd5 16
f7f7fa5e 170.02 2005-12-28 13:51:00
7022ec4c 18 - Fixed cookie_expires to support browser session cookies.
33516e37 19 - Renamed default cookie name from just 'session' to
20 'yourapp_session' to allow several applications on the same domain
21 to exist without conflict (LTJake)
7022ec4c 22
230.01 2005-11-14 12:45:00
24 - Initial release.