Description
if you setup a cookie_lifetime = (1, 12) a login session get's only a lifetime of 1h. The same as the anon session before.
Component selection
- web.session
Details
MoinMoin Version |
1.9 |
OS and Version |
|
Python Version |
|
Server Setup |
|
Server Details |
|
Language you are using the wiki in (set in the browser/UserPreferences) |
|
Workaround
don't use anonymous sessions
cookie_lifetime = (0, 12)
Discussion
This happens because we start always with a valid anonymous session. A session and a cookie already exists.
Plan
- Priority:
- Assigned to:
Status: fixed by http://hg.moinmo.in/moin/1.9/rev/621d9dcc6b00