I am looking for ways to track concurrent users in an application. I cannot use IIS logs due to load balancing, which abstracts the users IP address. I am looking for a solution based on .NET code or a configuration item, possibly with health monitoring, to track the “true” simultaneous count of users.
I know that I can control the number of sessions, but this is not an ideal method to show, since it can inflate depending on the number of sessions when users refuse their session.
Mitchel sellers
source share