Allow turning off the httponly option (Closes RT#48930).
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Changes
CommitLineData
7022ec4c 1Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie
2
3c6b7451 3 - Allow turning off the httponly option (Closes RT#48930).
4
679f4a58 50.13 2009-08-19
6 - Remove Test::MockObject from the test suite as prone to failing on
7 some platforms and perl versions due to its UNIVERSAL:: package
8 dependencies.
9 - Remove Class::Accessor::Fast and replace with Moose. This allows
10 us to not have a ->new method, This is more correct for Plugins
11 and also means that Catalyst is not forced to invoke the scary
12 replace_constructor at scope end handling.
13
ab649d6b 140.12 2009-07-18
3c6b7451 15 - Introduced a new option cookie_httponly
9bf24185 16 - Option cookie_secure extended (old syntax fully supported)
17
602b9593 180.11 2009-05-13
19 - Change TestApp so that the application is in t/lib, to make it easier
20 for Catalyst to force our package to be immutable.
21
45c96680 220.10 2009-02-08
d6bdceb5 23 - POD addition.
45c96680 24 - Switch from NEXT to MRO::Compat
d6bdceb5 25
45c96680 260.09 2007-10-08
3c6b7451 27 - Bump dependencies so that streaming a file also causes the cookie to
45c96680 28 be updated.
29 - Add tests for this
d6bdceb5 30
9541149a 310.08 2007-09-14
a79a56a8 32 - Fix live test with Mech version 0.37+
c4a96adb 33 - Switch to Module::Install
a79a56a8 34
f8cd6974 350.07 2007-04-04 23:10:00
36 - Fix the bug that caused sessions to expire immediately when another
37 session was deleted previously in the same request cycle
38
519fe077 390.06 2006-09-20 19:53:00
40 - Fix args in calls to NEXT::set_session_id and NEXT::extend_session_id
41
8bdcbb46 420.05 2006-08-06 20:50:00
43 - Add configuration of 'cookie_path' (Michael W Peterson)
44
3e8b97ed 450.04
46 - Depend on a higher version of C::P::Session
47
3c6b7451 480.03
458ed7d4 49 - refactored make_session_cookie to separate calc_expiry, and made
50 that easily overloadable.
51 - updated for the new state API (get_session_id, set_session_id, etc)
1e986fd5 52
f7f7fa5e 530.02 2005-12-28 13:51:00
7022ec4c 54 - Fixed cookie_expires to support browser session cookies.
33516e37 55 - Renamed default cookie name from just 'session' to
56 'yourapp_session' to allow several applications on the same domain
57 to exist without conflict (LTJake)
7022ec4c 58
590.01 2005-11-14 12:45:00
60 - Initial release.