f7e3e267a3eb5bdd90168414c10fd1361c6c89d3
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie
2
3         - refactored make_session_cookie to separate calc_expiry, and made
4           that easily overloadable.
5
6 0.02    2005-12-28 13:51:00
7         - Fixed cookie_expires to support browser session cookies.
8         - Renamed default cookie name from just 'session' to
9           'yourapp_session' to allow several applications on the same domain
10           to exist without conflict (LTJake)
11
12 0.01    2005-11-14 12:45:00
13         - Initial release.