Basically I am interacting with a .NET
web application and I want to know what is the session timeout of that server.
I know that usually for IIS 6
is between 8-20 minutes by default but I want the specific timeout without speculating or keeping timers etc.
Thanks in advance.