Tagged Questions
3
votes
3answers
986 views
Azure and In Proc Session
I have my site (ASP.Net 4.0 C#) hosted on Azure server with multiple instances. My session state mode is "InProc". Somehow its not working on Azure instances, it doesn't maintain the state properly. ...