A
alien2_51
I need to know if the client is connected from the session_end, how can I do
this.....
this.....
Scott M. said:Session_End fires when the session is no longer valid
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.
Also, please do not cross-post as you have done with this message.
I made 1 post to many newsgroups... Whats wrong with that....?
Alan said: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.