Kill all sessions when are multiple sessions ASP.NET -


i'm looking method kill session of site when user has site in multiple tabs. tried set online=1 in database , after when user wants login again check if online=1 , kill sessions, doesn't work always. know method this?

you have put code in final code or when want user logout

session.clear(); 

Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -