I installed the foxserv php boundle on win xp
Everything works fine. However, The following code whih I have hard coded for testing only sets the last cookie in the list. If I use serialize I get garbage. Why is the last cookie on the list the only one being set?
setcookie("pm_user_org", "PSS", time()+60602430);
setcookie("pm_user_wwid", 1234567, time()+60602430 );
setcookie("pm_user_fname", "JORGE" ,time()+60602430 );
setcookie("pm_user_lname", "TORRALBA" ,time()+60602430 );
setcookie("pm_username", "JTORRAL" ,time()+606024*30 );