Hi
I found there are few ways to configure IIS session timeout
1. via .NET code Session.TimeOut
2. IIS -> SessionState
3. Web.config
In fact, I usually use .NET application code to configure. But somehow user found that it doesn't work. It only work if configure via IIS->SessionState.
May I know what is the right way?
Thank you