|
|
Browse by Tags
All Tags » session (RSS)
-
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 ...
|
|
|