Session timeout not working?

  • Thread starter Thread starter eric_mamet_test
  • Start date Start date
E

eric_mamet_test

It seems quite simple but just won't work...

My web site is a virtual folder under the default web site on a W2K
server (used for devt purpose).

I have set timeout="120" in sessionState in web.config (in my virtual
folder) as well as 120 minutes in IIS Admin for both the default web
site and the virtual folder.

Yet, my session still times out after 20mns...
What am I missing?
Any idea?


Eric
 
It seems quite simple but just won't work...

My web site is a virtual folder under the default web site on a W2K
server (used for devt purpose).

I have set timeout="120" in sessionState in web.config (in my virtual
folder) as well as 120 minutes in IIS Admin for both the default web
site and the virtual folder.

Yet, my session still times out after 20mns...
What am I missing?
Any idea?


Eric

Does the root website override your setting?
Do you get the same result on other servers (eg. W2K3)?

//Rutger
 
Back
Top