Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • John Churchley 272 posts 1258 karma points c-trib
    Jul 20, 2016 @ 09:39
    John Churchley
    0

    417 Errors backoffice

    Hi,

    I'm getting 417 errors in the backoffice in version 7.4.3. This is cross-browser issue.

    Screenshot of Error

    I've so far:

    1. Cleared Cookies
    2. Incremented Client Dependency
    3. Refreshed the app pool
    4. Emptied App_Data

    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

  • John Churchley 272 posts 1258 karma points c-trib
    Jul 25, 2016 @ 09:01
    John Churchley
    0

    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.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies