changelog, version bump
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Changes
CommitLineData
7022ec4c 1Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie
2
458ed7d4 30.03
4 - refactored make_session_cookie to separate calc_expiry, and made
5 that easily overloadable.
6 - updated for the new state API (get_session_id, set_session_id, etc)
1e986fd5 7
f7f7fa5e 80.02 2005-12-28 13:51:00
7022ec4c 9 - Fixed cookie_expires to support browser session cookies.
33516e37 10 - Renamed default cookie name from just 'session' to
11 'yourapp_session' to allow several applications on the same domain
12 to exist without conflict (LTJake)
7022ec4c 13
140.01 2005-11-14 12:45:00
15 - Initial release.