summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2008-03-08 21:50:15 +0000
committerianb <devnull@localhost>2008-03-08 21:50:15 +0000
commit76be018175929b69da33992804c86c4f5495abf1 (patch)
tree660e327fb64a90fd28936fcbe525de2af7776bd6 /docs
parentca27faa249268980f7fcc54a7be08bb0b43c7658 (diff)
downloadpaste-76be018175929b69da33992804c86c4f5495abf1.tar.gz
Set same cookies with same domains on logout as you do on login, in auth_tkt
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 86eeaff..34bf77a 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -19,6 +19,9 @@ svn trunk
* Fix `paste.httpserver` to allow binding to port 0.
+* In ``paste.auth.auth_tkt``, set the same cookies (with the same
+ domains) in ``set_cookie`` as get unset in ``logout_user_cookie``.
+
1.6.1
-----