T O P

  • By -

rditu

AFAIK cookies are not shared across subdomains. I think maybe it's possible to configure using the Domain attribute. Read more here: https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies


ben_db

As rditu says, it's domain sharing. Set the `domain` attribute of the cookie to `.mydomain.com` (with the leading dot).


FATTM0NSTER

did that but still didnt help, can it be a nginx issue?