Forum OpenACS Improvement Proposals (TIPs): Re: TIP#124 Stack of procs executed next page request

Collapse
Posted by Torben Brosten on
A specialized version of this would be useful to force_logout_user so drastic measures are not necessary for a banned user's session to expire.

A lack of force_logout_user has been a source of headaches for some admins (on irc) over the years. I'm not sure how a banned user's session would expire without potentially having to restart the server and some other hacking.

Regarding multiple browser sessions, force_logout_user could be targeted to the latest N user sessions, or maybe just not remove the force_logout_user proc from the stack (with expiration some time later maybe).