Re: Website timeouts
"Efran Cobisi, cobisi.com" <[email protected]> Mon, 13 Aug 2007 14:44:14 +0200
| Newsgroups | gmane.comp.windows.devel.dotnet.web |
|---|---|
| Organization | cobisi.com |
| Message-ID | <[email protected]> |
Hi Dino, I experienced this issue while using some 3rd party components, I can't remember if managed or not, which were the root cause of the corruption of the ASP.NET worker process, which would actually hang and finally got recycled; if the worker process got recycled and you are using InProc session state you will lose your sessions. Please check your registry to see if the ASP.NET worker process is recycling unexpectedly. Please also make sure all of the timeouts of your processModel section [1] of your configuration file are set up correctly; incorrect values could actually make your ASP.NET worker process recycle, thus yelding to the aforementioned effect. [1] http://msdn2.microsoft.com/en-us/library/7w2sway1(vs.71).aspx Hope this helps. -- Efran Cobisi http://www.cobisi.com Dean Cleaver wrote: > Hi, > > I've got users complaining about the website timing out too quickly - I've set every timeout I can find to be 30 minutes but they're still complaining. > > I've set the Forms Authentication timeout to be 30 minutes sliding - website timeout is 30 minutes - but they seem to get booted in about 5 or 10 minutes - is there another timeout I have missed? > > TIA > Dino > > =================================== > This list is hosted by DevelopMentor® http://www.develop.com > > View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com