Pattern
Cross-Domain Cookie Breakage
cross-domain-cookie-scope-auth-failure
Cookies silently fail to authenticate when the backend/frontend live on different subdomains or sites because cookie scope (Domain), browser rules (SameSite/third-party), and access flags (HttpOnly) prevent JavaScript from reading values and prevent automatic Authorization header injection.