clairehoerselmann04
New Member
I know that there was an issue in classic ASP in that the Session_OnEnd function wasn't always called. I was assuming that Microsoft had fixed that with ASP.NET, and it appeared to during the testing of my site. But when I put it up to production, it's not seeming to be called all the time.<BR><BR>I'm using the Session_Start and Session_End to keep track of the "Active Users" and the number isn't coming down like it should.<BR><BR>Does anyone have any info on whether or not this function is always called when a session ends?