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

ruby - How do I merge two hashes into a hash of arrays? -

java - the value of local variable is not used -