[support] administrator: how can I force user log-off?

Don donald at fane.com
Fri Jul 29 19:29:07 UTC 2011


You might want to see how long the session cookie has been in the 
database and delete after x hours or days. They'd lose their session and 
have to manually log back in.
Since http is a connection oriented protocol, the only way to really 
disconnect is by killing the socket.

-Don-

On 7/29/2011 3:11 PM, Jarry wrote:
> Hi,
> a few registered users on my web have some kind of
> auto-reload tweak in web-browser, which forces them
> to be "online" forewer. Is there any way to log them
> off manually (as administrator)?
>
> Or how could I prevent this behaviour?
>
> Jarry



More information about the support mailing list