Greeting,
I have two levels of authentications in ASP.NET application.
I have a Webadmin
user that have full access to all the websites and Webuser
user that have limited access.
I want to destroy all open sessions before do any new login, no matter who will do the login.
Where should I place my code to destroy all open sessions before I do any new login?