Is it possible to set a cookie for http://www.example.com from a PHP file located at https://secure.example.com? I have some code that was given to me, tha
If you set the cookie domain to ".example.com", the cookie will work for all subdomains.