diff MoinMoin/config/multiconfig.py @ 5414:b0c8c2f225f3

Changed default of cfg.cookie_name to use some URL components to make up some name. This was the previous named 'urlmagic' (cs 5408:4226fde63931). If you want to set the cfg.siteid as name for the cookie set cfg.cookie_name = "siteidmagic". If name is not None (and not 'siteidmagic'), we just use the given name.
author Reimar Bauer <rb.proj AT googlemail DOT com>
date Sun, 10 Jan 2010 13:12:26 +0100
parents 4226fde63931
children ad132d9bd526
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py	Sun Jan 10 13:40:35 2010 +0300
+++ b/MoinMoin/config/multiconfig.py	Sun Jan 10 13:12:26 2010 +0100
@@ -718,7 +718,7 @@
     ('session_service', DefaultExpression('web.session.FileSessionService()'),
      "The session service."),
     ('cookie_name', None,
-     'The variable part of the session cookie name. (None = use siteid, "urlmagic" = determine from URL, any other string = use that)'),
+     'The variable part of the session cookie name. (None = determine from URL, siteidmagic = use siteid, any other string = use that)'),
     ('cookie_secure', None,
      'Use secure cookie. (None = auto-enable secure cookie for https, True = ever use secure cookie, False = never use secure cookie).'),
     ('cookie_httponly', False,