I have problem with setting cookie that should be visible on server in other domain (other then script is runing)
I wrote a code:
SetCookie("Cookie",$value,"time()+3600","/",".next.pl",0);
but it is not working on domain other then
next.pl
could anyone can help me for handling this problem..?