>What did you do? (did you just load the page?) >Do you have one of the cookie_lifetime declared in one of the wiki >configuration files (/etc/moin/*)? > If you do, can you disable it > If you don't, can you enable, with "cookie_lifetime = (0,12)"
>Note that cookie_lifetime must be a tuple, see > http://moinmo.in/HelpOnSessions#Session_related_configuration >Franklin Yes it looks like cookie_lifetime is the problem. This must have changed with this release because it was working before. In my farmconfig.py I had the line: cookie_lifetime = 1 I changed it to: cookie_lifetime = (0,12) My wiki works after the change. This line is part of the ldap authentication code. I copied it from: /usr/share/doc/python-moinmoin/examples/config/more_samples/ldap_wikiconfig_snippet.gz as the HelpOnAuthentication says to do to make ldap work. I checked what is currently in the ldap_wikiconfig_snippet.gz file and it still has the line cookie_lifetime = 1. So, the bug appears to be: 1. Not mentioning the cookie_lifetime change anywhere so that people using ldap know to make the change. 2. Not changing the cookie_lifetime = 1 in the ldap_wikiconfig_snippet.gz If is always an adventure upgrading moinmoin. It almost always breaks my wiki. That is why I never upgrade the real wiki until I try it on a copy of the wiki first. Brent -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

