Friday, December 11, 2015

IIS settings for Session State Managemnt

This might be useful when deciding on how to manage session state in a web application. Bu default session sate is set to "InProc" in IIS. In scenarios where you might have to persists the state in DB for instance Oracle DB you have to code your own session state provider. In such cases the IIS session state has to be changed to "Custom" as below.




No comments:

Post a Comment