how to extend the session timeout in asp.net before expiry

Tajkumar picture Tajkumar · Jan 22, 2014 · Viewed 8k times · Source

I am developing movie ticket booking website. I am using sessions in that i want to extend the session timeout now am using 20mins as session timeout but when the user follows through the payment gateway or when he is in payment gateway page. the session timeout should not execute is there anyway to do that or session timeout should be extended . can it be possible through the global.asax page or is there is any other way

Thanks in advance

Answer

Shashank picture Shashank · Jan 22, 2014

you can adjust the application pool in the IIS process on the server where your application is hosted. By default it is set to 20 minutes. you can adjust it as per your convenience.

You can refer this Link