Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: I tried to set 3 cookies at once but only the first one gets set??


Message #1 by Jorge Cordero <jorge@d...> on Sat, 03 Mar 2001 11:46:36 -0600
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

  Return to Index