A
antonyliu2002
By default, IIS is configured to timeout a session in 20 minutes,
which can be changed through the IIS config window.
I use InProc sessionState mode. I can also set the session timeout in
web.config. So here is my question:
If IIS setting has a session timeout value of 20 minutes, but my
web.config setting has a session timeout of 30 minutes, will the
session time out in 20 minutes or in 30 minutes?
Thank you.
which can be changed through the IIS config window.
I use InProc sessionState mode. I can also set the session timeout in
web.config. So here is my question:
If IIS setting has a session timeout value of 20 minutes, but my
web.config setting has a session timeout of 30 minutes, will the
session time out in 20 minutes or in 30 minutes?
Thank you.