view source
Logout User After Browser Close in ASP.NET C# Using Web Services
Keeping track of user's time in your web application is one of the most important issues to maintain. It not only helps to keep track of users but also helps to solve any other analytical problems with application's data, like average in time, average out time, average time spent in your application, etc. So how to keep the users login logout information of your web application.
Advertisement