pro_php thread: I tried to set 3 cookies at once but only the first one gets set??
I am trying to set three cokies as
setcookie("cookieusua",$usuario,mktime(0,0,0,1,1,2002),"/",
".whatever.com");
setcookie("cookiepass",$password,mktime(0,0,0,1,1,2002),"/",
".whatever.com");
setcookie("cookieother",$password,mktime(0,0,0,1,1,2002),"/",
".whatever.com");
only the firstone get set and cant find why???
Help apreciated
thanks
|





