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
Post a Comment