Tom
Thu Jul 27 09:01:08 CDT 2006
Tom Cat wrote:
> David Wang [Msft] wrote:
> > If IIS6 -
> >
> >
http://blogs.msdn.com/david.wang/archive/2005/09/19/Why_do_I_lose_ASP_Session_State_on_IIS6.aspx
> >
>
> Thanks. That was very interesting. If I understand what he's saying,
> I need to set the recycle timeout to 1440 or higher... Only problem is
> that it has been set to 1740. That's the only one of the recycle
> checkboxes I have checked.
>
I did this and the next day we still have the problem. I suspect it
was b/c I made the change around 10am and the 24hr ended at 10am which
caused everyone to get kicked off the next day around 10am.
So I went with this plan:
> I only need the sessions to last during work hours (8am-5pm). Would
> using the "Recycle processes at the following times" checkbox be the
> best way to do this. I'd have them recycle at 7:30 and 5:30?
>
However just a little while ago (at 8:35am) someone was logged off.
About the same time another user reported a "trappable error" and had
to also log back into the application.
Not sure what to do at this point, I went back into the application
pool and played with some settings. This time under the performance
tab, I unchecked all of the boxes about idle process timeout and kernel
request limits. I also unchecked CPU monitoring.
I was going to increase the web garden setting from 1 but then I reread
the link and decided to leave it alone since it seems to mix up
sessions when above 1.
So now I'm left with waving dead chickens around and praying to the
computer gremlins in hope that this will work. Can anyone tell me if
I'm on the right track to fixing this problem and what else I need to
do.
Thanks.
> > --
> > //David
> > IIS
> >
http://blogs.msdn.com/David.Wang
> > This posting is provided "AS IS" with no warranties, and confers no rights.
> > //
> >
> > "Tom Cat" <stry_cat@yahoo.com> wrote in message
> > news:1153766422.205180.46250@h48g2000cwc.googlegroups.com...
> > >I have some ASP scripts which use sessions. In the scripts, I've set
> > > the Session.Timeout = 360 and in IIS, I've gone into the application
> > > pool and set every possible timeout to 360 minutes (or as high as I can
> > > set it in seconds).
> > >
> > > My problem is that people are still being kicked off the application.
> > > Many people's sessions seem to timeout in only a few minutes. Others
> > > however seem to last an hour or two (but not the full 360 minutes).
> > >
> > > Is there some way I can set this on IIS? Am I doing something wrong?
> > >
> > > Thanks in advance,
> > >
> > > -Tom
> > >