Pattern
Cross-Domain Cookie Scope
cross-domain-cookie-scope
Cookies set on one host (or API subdomain) fail to be sent or read on another because browsers restrict cookie Domain and SameSite handling, breaking auth/session flows and WebSocket/proxy handshakes; fixing requires explicit domain and correct SameSite/secure attributes.