Ask a Question related to ASP, Design and Development.
-
Pete #1
IsClientConnected
I'm frustrated because I used to know the answer to this one...
Can anyone tell me what happens "under the covers" in order to evaluate
IsClientConnected?
In particular, what network traffic (if any) occurs?
TIA,
Pete
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Pete Guest
-
Response.IsClientConnected test in control
I have an ActiveX control that I have developed, which is used by my ASP pages. It renders certain parts of the site. I want to be able to halt... -
Response.IsClientConnected
I need to know if the client is connected from the session_end, how can I do this..... -
Egbert Nierop \(MVP for IIS\) #2
Re: IsClientConnected
"Pete" <anonymous@devdex.com> wrote in message
news:OUrU31gmDHA.2512@TK2MSFTNGP09.phx.gbl...It detects only if *no* traffic is occuring anymore between server and> I'm frustrated because I used to know the answer to this one...
>
> Can anyone tell me what happens "under the covers" in order to evaluate
> IsClientConnected?
>
> In particular, what network traffic (if any) occurs?
client... :)
> TIA,
> Pete
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!Egbert Nierop \(MVP for IIS\) Guest
-
Pete #3
Re: IsClientConnected
Yes, but after the initial request and before the initial response, why
would there be any traffic between client and server? And yet
IsClientConnected is documented still to work in such a scenario.
I must admit this wasn't consistent with my understanding (although as I
said this is somewhat rusty). I thought that an IsClientConnected call
caused the server to initiate some kind of communication in order to
determine that the client is still there.
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Pete Guest



Reply With Quote

