Copied to clipboard

Flag this post as spam?

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


  • Alex Bromilow 4 posts 74 karma points
    2 days ago
    Alex Bromilow
    0

    AuthCookieDomain Setting

    Having some trouble with using the AuthCookieDomain setting in v13.5.2

    We have our backoffice on a subdomain like this: backoffice.domain.com

    The app settings are as follows:

    "Umbraco": {
      "CMS": {
        "ModelsBuilder": {
          "ModelsMode": "Nothing",
          "ModelsDirectory": "~/App_Data/Models"
        },
        "RuntimeMinification": {
          "useInMemoryCache": true,
          "cacheBuster": "Timestamp"
        },
        "Security": {
          "AuthCookieDomain": ".domain.com"
        }
      }
    },
    

    When I log into the backoffice, I can see the domain for the UMB_UCONTEXT cookie is set to .domain.com but all the others are still setting to backoffice.domain.com:

    • UMB-XSRF-TOKEN
    • UMB-XSRF-V
    • UMB_SESSION
    • UMB_UPDCHK

    Is there something I've missed that would make sure these cookies are being set with the correct domain?

    Thanks, Alex

Please Sign in or register to post replies

Write your reply to:

Draft