Session Time Out Asp.net 4.0 IIS 7.5

bluedune

New Member
I want to set timeout for my web application for 12 hours.
I have done setting in web.config file as\[code\]<system.web> <sessionState timeout="720" /></system.web>\[/code\]As suggested in the following post
The I came to know that that the Application Pool recycles in every 20 minutes (if the pool is ideal).
And I also checked for changing the application pool time out using one question about application pool timeout setting
But still the session time out is not set to 720 minutes.
Do I need to change machine.config file for changing the session time out.
But I think the properties of machine.config file should be override by web.config file.Kindly provide me some ide.
 
Back
Top