You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation: By default, the cookies are set on the domain specified by document.location.host (ie, the "current website") on the / path.
Is there an option to attach first-party cookies on .domain.tld (starting with a dot) instead of, for example, www.domain.tld?
It could allow to get the same cookies for all sub-domains of the same level.
From the RFC 2109:
A Set-Cookie from request-host x.foo.com for Domain=.foo.com would be accepted.
A Set-Cookie from request-host y.x.foo.com for Domain=.foo.com would be rejected, because H is y.x and contains a dot.
The text was updated successfully, but these errors were encountered:
According to the documentation:
By default, the cookies are set on the domain specified by document.location.host (ie, the "current website") on the / path.
Is there an option to attach first-party cookies on
.domain.tld
(starting with a dot) instead of, for example,www.domain.tld
?It could allow to get the same cookies for all sub-domains of the same level.
From the RFC 2109:
The text was updated successfully, but these errors were encountered: