web.config's session timeout doesn't take effect

  • Thread starter Thread starter feng
  • Start date Start date
F

feng

I have two web servers both running the same ASP.Net app.
I made sure that they both have the same machine.config
and web.config. The session timeout setting on both server
are set at 10 minutes. The thing that I don't understand
is that while one of them times out after 10 minitues of
idel time, the other nerver times out - it symply ignors
the web.config's session timeout setting.

What am I missing here?

Thanks
 
Hi,

Check IIS log on the "never ending" server. Is there any entry for your
application ? You should not found out but if you found check why
request are coming.

Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)58-888377
 
Back
Top