Hi,
I am one of the many lost ones, with cookie problems it seems. I've searched the forum for days, and tried everything I can think of. So heres my problem.
I need to set these cookies set in 3 directories. I've tried them with the same name and as you see here with all different names. Currently the only cookie that will set is the "raccess" root one.
//access cookie
setcookie("haccess" , $access, "0", "/hotels/admin");
setcookie("caccess" , $access, "0", "/cities/admin");
setcookie("raccess" , $access);
//user cookie
setcookie("c_cook_user" , $u_id, "0", "/cities/admin");
setcookie("h_cook_user" , $u_id, "0", "/hotels/admin");
Any help, or direction at all would be greatly appreciated.
thanks
thoMas