Bah cookies!
Quick question.... if I set two cookies, thus...
setcookie("cookie1",$value1,time()+24192 00);
setcookie("cookie2",$value2,time()+24192 00);
What is the correct way to delete those cookies, and at what point does the deletion take effect?
Thanks! :-)
setcookie("cookie1",$value1,time()+24192
setcookie("cookie2",$value2,time()+24192
What is the correct way to delete those cookies, and at what point does the deletion take effect?
Thanks! :-)
