Hey,
does anyone know how the Response.IsClientConnected call works? I actually need to port the same functionality to PHP which obviously has no such call.
I've been thinking about it and it seems like one of two things must be happening in order to be even slightly acurate.
One, there would have to be some kind of message sent from the server to the browser that would fail because it's not connected.
Or, Two, the browser would have to send some kind of message to the server when it closes the page.
Either way, there has to be some kind of communication, or at least attempted communication between the browser and the server.
Anyone have any more light to shed on the process?
Travis Hawkins
does anyone know how the Response.IsClientConnected call works? I actually need to port the same functionality to PHP which obviously has no such call.
I've been thinking about it and it seems like one of two things must be happening in order to be even slightly acurate.
One, there would have to be some kind of message sent from the server to the browser that would fail because it's not connected.
Or, Two, the browser would have to send some kind of message to the server when it closes the page.
Either way, there has to be some kind of communication, or at least attempted communication between the browser and the server.
Anyone have any more light to shed on the process?
Travis Hawkins