c212c2380979cb2478b7d568b0b5041ad343fc6f
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie
2
3 0.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)
7
8 0.02    2005-12-28 13:51:00
9         - Fixed cookie_expires to support browser session cookies.
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)
13
14 0.01    2005-11-14 12:45:00
15         - Initial release.