In my ASP.NET MVC3 application I don't ever explicitly use SessionStateModule
and so I assume I can just remove it by changing web.config
. The application is hosted in Azure web role so I can't rely on per-instance session states anyway, can I?
Will removing this module likely break something or can I just remove it?