Forum OpenACS Q&A: Response to Session timeout

Collapse
Posted by Lars Pind on
If you have a persistent login cookie, then the session is simply refreshed with the user_id from the persistent cookie.

To get what you want, you need to prevent persistent logins and visit /register/logout to kill the cookie that you have.