How to find Session Time-Out Limit in HIFIS

Go to your HIFIS.Web\web.config file and search for the following text:

<sessionState mode="InProc" timeout="##" />

The timeout="##" is where you put in the value, in minutes, like timeout="20"


Comments
No comments yet. You can still be first!