hi,
I have a requirement from client that to show the concurrent users.
They are using one username and password at different instances. As we need to track the concurrent users, I have wriiten in Global.asmx file for Session_start and session_End , But still showing a differentt result.
So, we have choosen database and when the user logins successfully , count is tracked in the database. And when user loguts count is decreased.
But, we are facing a problem like when user closes the browser how can we end the session and decrease the count in the database. And if be abruptly when he closes the browser or if session gets timed out count should be decreased.
View Complete Post