Why is it that if I create a cookie on www.example.com and check it on example.com, the cookie doesn\'t exist there? I am planning to just use .htaccess redirec
.htaccess
setcookie("CookieName", "value", time()+3600, "/", ".mydomain.com");