Logout solution (ASP.NET)
Posted
by Irgat
on Stack Overflow
See other posts from Stack Overflow
or by Irgat
Published on 2010-05-17T21:35:13Z
Indexed on
2010/05/17
21:40 UTC
Read the original article
Hit count: 298
I programmed a web site, prepared a login mechanism(via textbox, not Login tools), users want to logout, they click logout button. However, my problem is that if users don't click logout button or close web page or switch another one, How can I understand this situation?
According my mechanism, when users logout ,in DB some insertion and delete operation are making.
I also want to do this with closing page,switch another one.
Thanks.
© Stack Overflow or respective owner