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