Viper535 Posted March 30, 2004 Posted March 30, 2004 In ASP.NET, I am using Thread to run a block of code. In this block, I would like to use Response.IsClientConnected to able to detect whether the user still connected to the browser. Unfortunately, since I use the Thread, then the Response object in out of Scope. However I was able to use Session to keep track of the User. This is work fine, if user move from pages to pages, but I cannot detect when User closed the Browser. is there a way to do this? thank you Quote
*Gurus* Derek Stone Posted March 31, 2004 *Gurus* Posted March 31, 2004 You would need to pass a reference to the Response object to the thread. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.