summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2009-03-05 19:00:57 +0000
committerianb <devnull@localhost>2009-03-05 19:00:57 +0000
commitc1cde173851d9713fb0a27f7b6683364ec861940 (patch)
tree713f0cd5366826b68c6c4b05f142cfe39c60acd8 /docs
parent97ed931710ae4f3a39360abf006d38b06b533682 (diff)
downloadpaste-c1cde173851d9713fb0a27f7b6683364ec861940.tar.gz
Make cookies expire on logout
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/news.txt b/docs/news.txt
index c1aff71..67f85dc 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -20,7 +20,7 @@ svn trunk
* Improvements to :mod:`paste.auth.auth_tkt`: add httponly support,
don't always aggressively set cookies without the
- ``wildcard_cookie`` option.
+ ``wildcard_cookie`` option. Also on logout, make cookies expire.
1.7.2
-----