diff options
author | Mark Sapiro <msapiro@value.net> | 2011-04-25 15:40:16 -0700 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2011-04-25 15:40:16 -0700 |
commit | 9bc9d9c391b0726d9b4538a79732f24f7d974443 (patch) | |
tree | 44e0e1463b83a6959fd848d9a25c2cb89faa7ede /NEWS | |
parent | 663e0178728b6618064743a737f72889f014787e (diff) | |
download | mailman2-9bc9d9c391b0726d9b4538a79732f24f7d974443.tar.gz mailman2-9bc9d9c391b0726d9b4538a79732f24f7d974443.tar.xz mailman2-9bc9d9c391b0726d9b4538a79732f24f7d974443.zip |
A new mm_cfg.py setting AUTHENTICATION_COOKIE_LIFETIME has been added.
If this is set to a non-zero value, web authentication cookies will
expire that many seconds following their last use. Its default value is
zero to preserve current behavior.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -12,6 +12,11 @@ Here is a history of user visible changes to Mailman. New Features + - A new mm_cfg.py setting AUTHENTICATION_COOKIE_LIFETIME has been added. + If this is set to a non-zero value, web authentication cookies will + expire that many seconds following their last use. Its default value is + zero to preserve current behavior. + - A new mm_cfg.py setting RESPONSE_INCLUDE_LEVEL has been added to control how much of the original message is included in automatic responses to email commands. The default is 2 to preserve the prior behavior of |