I am having trouble setting a cookie for another domain. I have a script on a server on audiblefaith.com that contains the code:
setcookie("$quantv[$i]","$newquant","","/","audiofai.virtualis.com",1);
shouldn't this cookie be readable on a audiofai.virtualis.com script? I have also tried it without the path eg.
setcookie("$quantv[$i]","$newquant","","","audiofai.virtualis.com",1);
That doesn't work either. The only audiofai.virtualis.com cookie showing up is the one set from that domain.