Re: Losing Wireless Connection to ASP.NET Web App
Chris Anderson <[email protected]> Thu, 7 Feb 2008 22:15:57 -0000
| Newsgroups | gmane.comp.windows.devel.dotnet.web |
|---|---|
| Message-ID | <[email protected]> |
> zone takes about 1 or 2 seconds. The question I have is there anything > I > can do in the app (or IIS on Windows 2003 Server) on the back end to > re- > establish the session without the user having to re-authenticate. You could try turning off the connection KeepAlive setting in IIS Then it's *expecting* each request to be autonomous and to be disconnected between requests. You should also make sure that the server isn't expecting each request to come from the same IP address, as the reconnection process may be supplying the device a new IP address =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com