Comment 1 for bug 336887

Revision history for this message
SirVer (sirver) wrote :

The Problem is related to the fact that we have no user activity loggin right now. There is a django app out there.. but I just can't find it right now. The problem can only be fixed through adding a UserProfile with a last-active filed that gets updated every request the user makes. That's the way to go, but implementing the profile will still need a while; other stuff has higher priority right now.

An intermediate fix would be to force the user to relogin after each browser session.. but that's silly :)