summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-19 13:14:31 -0500
committerChris McDonough <chrism@plope.com>2011-01-19 13:14:31 -0500
commit765336ac32bac7de7e36047b15caadb71fceaf69 (patch)
treebf2bf8828d977b272cb1b2eb7b52b482dffdd0d7 /CHANGES.txt
parent4e370eb5ea657177e2c800ca86d2f6376cc9c991 (diff)
downloadpyramid-765336ac32bac7de7e36047b15caadb71fceaf69.tar.gz
pyramid-765336ac32bac7de7e36047b15caadb71fceaf69.tar.bz2
pyramid-765336ac32bac7de7e36047b15caadb71fceaf69.zip
- 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``.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
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)
===================