->req->path has no leading /, which bites me so many times...
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Changes
CommitLineData
7022ec4c 1Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie
2
8bdcbb46 30.05 2006-08-06 20:50:00
4 - Add configuration of 'cookie_path' (Michael W Peterson)
5
3e8b97ed 60.04
7 - Depend on a higher version of C::P::Session
8
458ed7d4 90.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)
1e986fd5 13
f7f7fa5e 140.02 2005-12-28 13:51:00
7022ec4c 15 - Fixed cookie_expires to support browser session cookies.
33516e37 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)
7022ec4c 19
200.01 2005-11-14 12:45:00
21 - Initial release.