Join the AI Workshop and learn to build real-world apps with AI. A hands-on, practical program to level up your skills.
The domain parameter specifies which domain (and subdomains) the cookie applies to.
document.cookie = 'name=Flavio; domain=mysite.com;'
If not set, it defaults to the current host (for example, on subdomain.mydomain.com it defaults to that full hostname). Cookies set with a domain are also sent to its subdomains.