how to share cookie between domain and subdomain
Answered
MyMy posted this in #help-forum
MyMyOP
As the title above, I want to share cookie between domain and subdomain. How can I do that, if it has example where can I find it?
Answered by fuma
you can achieve it with
Same for HTTP-only cookies
domain property, for example, if you have a domain "example.com","Set-Cookie: name=value; domain=example.com" worksSame for HTTP-only cookies