OK so the issue was I had a custom global.asax inheriting from UmbracoApplication which latching on to the Application_PostAuthorizeRequest() method.
I was using:
System.Web.HttpContext.Current.SetSessionStateBehavior(System.Web.SessionState.SessionStateBehavior.Required)
in order to obtain the session id through a Web API. Not sure of a work around but this information might be useful to someone else who attempts something similar.
417 Errors backoffice
Hi,
I'm getting 417 errors in the backoffice in version 7.4.3. This is cross-browser issue.
I've so far:
Related Topics
https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/71950-bug-empty-dashboard-firefox
https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/60627-417-Missing-token-in-the-backoffice
OK so the issue was I had a custom global.asax inheriting from UmbracoApplication which latching on to the Application_PostAuthorizeRequest() method.
I was using: System.Web.HttpContext.Current.SetSessionStateBehavior(System.Web.SessionState.SessionStateBehavior.Required)
in order to obtain the session id through a Web API. Not sure of a work around but this information might be useful to someone else who attempts something similar.
is working on a reply...