All Tags »
ASP.NET »
session (RSS)
Sorry, but there are no more tags available to filter with.
-
This is actually not odd at all. The fastest way to accomplish this is to use the global.asa file to tap into the Application_OnStart, Session_OnStart, etc events. I'd recommend creating a table that tracks the active sessions and any important info about them. It sounds like you could get away with just monitoring the ...