Sorry.. That's not true.. Session_End fires when the timeout has been
exceeded....
The session is still valid in the Session_End... I have full access to all
session vars inside the end event..
so you would never
have a connected client at that point.
Try:
If Response.IsClientConnected Then
your code here
End If
But put this code into an event prior to Session_End.
It's generally considered bad 'netiquette' to post a single message to
multiple groups - especially when the groups chosen (dotnet and classic ASP)
have little in common. http://www.my-newsgroups.com/SiteMap/netiquette.htm
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.