I have a problem and I hope someone can enlighten me. I am using the following code to set a cookie:
Code: Select all
setcookie("member", $aї'name'], time()+86400, "/", "$cookie_domain");The coookie is set OK, but I can't seem to be able to delete it:
Code: Select all
setcookie("member","",time()-3600,"/","$cookie_domain");Any help is greatly appreciated.
Best regards,
Sebastia