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