I am using VS2005 C# ASP.NET 2.0.
I want to know where can I configure my session timeout in my web.config.
The default timeout value is shorter then the value of the timeout script I ran on each webpage, resulting in the webpage being brought to the login page with URL like
http://<IP>/App/Login.aspx?ReturnUrl=%2fSoD%2fCommon%2fIUVViewUser.aspx
May I know where is the value set or what is the default timeout value?
The default is 20 minutes you override it here: