RootCauseunvalidated
by default, a cookie set on `api.mydomain.com` is not available on any other subdomain — such as `portal.mydomain.com`. Tension: To make a cookie available on all subdomains, you must explicitly set the domain to `.mydomain.com`. Outcome: you must explicitly set the domain to `.mydomain.com`.
407db908-564c-4e36-acba-588c39192a25
by default, a cookie set on api.mydomain.com is not available on any other subdomain — such as portal.mydomain.com. Tension: To make a cookie available on all subdomains, you must explicitly set the domain to .mydomain.com. Outcome: you must explicitly set the domain to .mydomain.com.