For some reason my cookies will not delete.
Can anyone see anything wrong with this:
Set the cookie
setcookie ("this_cookie", $cookie_val, 0);
Delete the cookie
setcookie ("this_cookie", "", time()-3600);
//by setting the time to the past
Now, unless the server clock is way out of time (which I have checked is fine) this should delete the cookie, but it doesnt.