How in the world do you tell the browser to destroy the cookie when the browser is closed?
I set the cookie with the following parameters but when I type in the address into the location bar the cookie is still present for validation?
setcookie("hello",$helloVar,0,$cookie_path,$cookie_domain);
What is going wrong?