AI OnAI Off
It looks like your website is running with StateServer, SQLServer or Custom session state mode.
The easiest workaround would be using In-Proc session state mode, if it is possible in your case:
<configuration>
<system.web>
<sessionState mode="InProc " />
</system.web>
</configuration>
I have filed a bug.
EPiServer CMO crashes when I'm saving a test. Here is a little snippet:
Here is the full message:
Is there any fix for this?