Description
Anonymous users do not see a page trail when a wikiconfig.py is configured with anonymous_cookie_lifetime = 1. A new session_name and a new file in ../__common__/session/ is created with each MoinMoin transaction.
anonymous_cookie_lifetime is not documented in HelpOnConfiguration. Is it intended to be a 1.6.0 feature?
Yes, but it is also missing from multiconfig (usually defaults for all settings are defined there).
Steps to reproduce
Add anonymous_cookie_lifetime = 1 to wikiconfig.py.
- View several pages as an anonymous user, note page trail has length of 1.
Check the contents of .../__common__/session/: a new file will have been created for each page viewed.
Example
Not available.
Component selection
MoinMoin/auth/__init__.py
Details
MoinMoin Version |
1.6.0beta2 |
OS and Version |
ubuntu 7.10 |
Python Version |
2.5 |
Server Setup |
Apache |
Server Details |
mod_WSGI |
Language you are using the wiki in (set in the browser/UserPreferences) |
en |
Workaround
Read the fixed docs. Fix configuration.
Discussion
Plan
- Priority:
- Assigned to:
Status: documentation improved, please check this.