I am working on classic Asp application. I am trying to set the session timeout as 5 minutes. But it's not working. I tried with following solutions but no luck.
- Tried by setting the
session.timeout = 5in web.config. - Tried by setting the
session.timeout = 5in global.asa file in both Application and Session event. - Set the
session.timeoutproperty of ASP in IIS. - Set the idle timeout of application pool of the web page.
I am using IIS8.5 and server 2012 OS. Anyone help me to solve this issue?