Pattern

Subdomain Cookie Domain Mismatch

subdomain-cookie-domain-mismatch

Cookie domain scope mismatches across backend vs frontend subdomains break authentication state because browsers only send cookies that match the cookie Domain attribute, so apps can’t access expected cookies in JS and sessions silently fail until domain is explicitly set.