AZGroups.com

Bringing together Arizona Technology Users And Enhancing the Careers of Developers
Welcome to AZGroups.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » asp.net » session   (RSS)
Sorry, but there are no more tags available to filter with.
  • Re: Detecting Active Sessions

    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 ...
    Posted to ASP.NET Technical Forum (Forum) by aaroneden on February 26, 2008
Powered by Community Server, by Telligent Systems