exclude build.pl
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie
2
3 0.04
4         - Depend on a higher version of C::P::Session
5
6 0.03 
7         - refactored make_session_cookie to separate calc_expiry, and made
8               that easily overloadable.
9         - updated for the new state API (get_session_id, set_session_id, etc)
10
11 0.02    2005-12-28 13:51:00
12         - Fixed cookie_expires to support browser session cookies.
13         - Renamed default cookie name from just 'session' to
14           'yourapp_session' to allow several applications on the same domain
15           to exist without conflict (LTJake)
16
17 0.01    2005-11-14 12:45:00
18         - Initial release.