From 765336ac32bac7de7e36047b15caadb71fceaf69 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 19 Jan 2011 13:14:31 -0500 Subject: - The default value for the ``cookie_on_exception`` parameter to ``pyramid.session.UnencyrptedCookieSessionFactory`` is now ``True``. This means that when view code causes an exception to be raised, and the session has been mutated, a cookie will be sent back in the response. Previously its default value was ``False``. --- CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 84b53b341..32d145c9f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -26,6 +26,12 @@ Backwards Incompatibilities through. Those deployments will need to configure ``repoze.who`` to also react to ``403 Forbidden``. +- The default value for the ``cookie_on_exception`` parameter to + ``pyramid.session.UnencyrptedCookieSessionFactory`` is now ``True``. This + means that when view code causes an exception to be raised, and the session + has been mutated, a cookie will be sent back in the response. Previously + its default value was ``False``. + 1.0a10 (2011-01-18) =================== -- cgit v1.2.3