I am developing a website where in user is required to login to the system to be able to use it. The current functionality is: When user enters username and password, a check is
You can add a column to userTable like IsLoggedIn. at login time you can change to true and on Session_End event on global.asax change it to false
IsLoggedIn
Session_End
global.asax