lets say that I have sub1.domain.com and sub2.domain.com. When I set a cookie in sub1.domain.com I need to be able to read it in sub2.domain.com. I tried setting the domain value in setcookie to "domain.com" and ".domain.com" and both times it just appended what i wrote to "sub1.domain.com". So i ended up with the domain on the cookie being: "sub1.domain.com.domain.com". Anyone know what I can do to be able to read a cookie set from another subdomain?
Thanks
-Shawn