Hello world....
Is it possible that on IE6 the command:
setcookie("test");
does not delete che cookie?
I had just installed IE6 and the only way i found to delete a cookie is to set it with a past expire time:
setcookie("test", "", time() - 3600);
Before installing IE6 i had no problems on deleting cookie.
I'm the only one with this problem???
thanks