Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Cookie Request on IIS6.0 and Windows Server 2003

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  How do I stop iis from starting every time I boot..  
Author Message
anonymous1415

External


Since: Mar 11, 2004
Posts: 1



(Msg. 1) Posted: Fri Mar 12, 2004 2:51 am
Post subject: Cookie Request on IIS6.0 and Windows Server 2003
Archived from groups: microsoft>public>inetserver>iis (more info?)

I have some clarifications with regards to any backward compatibility of Windows 2003.

We did deploy several web application (ASP Classic) using Windows 2000 and only one Windows 2003 hardware.

For some reasons, we did receive an intermittent error on cookies handling on the account/campaign where the application happens to reside in a Windows 2003 server which has IIS 6.0. And haven't got to encounter the same error on other accounts residing on Windows 2000.

Is there any issues with regards to request of cookies or IIS version capability/limitations on web applications/ cookies setting in Windows server 2003 ?

Any immediate response would be very much appreciated.

Thanks,

 >> Stay informed about: Cookie Request on IIS6.0 and Windows Server 2003 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 2) Posted: Fri Mar 12, 2004 5:45 pm
Post subject: Re: Cookie Request on IIS6.0 and Windows Server 2003 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On a clean install of Windows Server 2003, it is configured to run in IIS6
Worker Process Isolation Mode, which will:
1. Recycle worker process, which contain ASP code and state, every 29 hours
2. Recycle worker process after 15 minutes (default) of inactivity

Either of these actions can cause loss of ASP application state, including
cookies, sessions, etc that are not persisted.

Both of these actions happen to improve reliability/monitoring, but they can
also inadvertently affect applications unless tuned to your specific needs.
#1 happens to deal with badly behaving applications that may be leaking
memory, etc.
#2 happens to conserve system resources.

What you want to do is:
1. Decide on a recycling policy that is sufficient for your use. We chose
every 29 hours, but you may want to make it once a week at 3am or something
2. Make sure that the worker process idle timeout is longer than the session
timeout. i.e. if your session times out in 30 minutes, make sure the idle
time is something like 31 or 35 minutes to make sure that the recycle does
not happen in the middle of your unpersisted session.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"ie0302" <anonymous.DeleteThis@discussions.microsoft.com> wrote in message
news:409B8416-3116-4479-8E70-D83BA34FCF2F@microsoft.com...
I have some clarifications with regards to any backward compatibility of
Windows 2003.

We did deploy several web application (ASP Classic) using Windows 2000 and
only one Windows 2003 hardware.

For some reasons, we did receive an intermittent error on cookies handling
on the account/campaign where the application happens to reside in a Windows
2003 server which has IIS 6.0. And haven't got to encounter the same error
on other accounts residing on Windows 2000.

Is there any issues with regards to request of cookies or IIS version
capability/limitations on web applications/ cookies setting in Windows
server 2003 ?

Any immediate response would be very much appreciated.

Thanks,

 >> Stay informed about: Cookie Request on IIS6.0 and Windows Server 2003 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
IIS6 - Exists only with Windows Server 2003? - Hello all, I have XP Professional and was wondering if I could upgrade to IIS6 since I only have 5.1 or does this only exist with Windows Server 2003? thanks Ralph Krausse www.consiliumsoft.com *** CSFastRunII - A better start button integrated in...

Windows Server 2003, IIS6 and the Tools Component - Does anyone know what happened to the tools component (tools.dll) in IIS6? With NT4 and IIS4 you had to install the Option Pack to get this functionality and with Windows 2000 and IIS5 it was installed by default. I am moving an Intranet application...

ASP Intermittently stops on IIS6 / Windows 2003 Server - Hi I am currently investigating this problem with Microsoft and will post the solution if we find one! In the mean time, I wondered if anyone could offer any suggestions. In short, our issue is that after about 4-5 hours of running, IIS stops..

Error Request.BinaryRead in IIS 5.0 on Windows Nt 2000 SP3 - Sometimes when loading binary files with Request.BinaryRead IIS on the log gives me the following Error (I have analyzed IIS Log with Web Trend Analyzer and the error isn't frequent): POST .../WZUpload.asp |59|ASP_0101_:_80004005|Unexpected_error... I...

Bad Request problem with IIS6 and web services - I have developed a web service and a web client for it on a W2003 server (IIS6) and everything works fine. I deployed it on a W2K server with IIS5 and it still works fine. Now, I needed to test a java client against it. So i built a java class that..
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]