Image

Imagethelovebug wrote in Imagephp_dev

Bah cookies!

Quick question.... if I set two cookies, thus...

setcookie("cookie1",$value1,time()+2419200);
setcookie("cookie2",$value2,time()+2419200);

What is the correct way to delete those cookies, and at what point does the deletion take effect?

Thanks! :-)