Closed jummy0 closed 9 years ago
setcookie("PHPSESSID", authenticated_session($email), time()-3600); setcookie("user", $email, time()-3600);
Cookie is marked as expired rather than deleted. Some browsers may not delete the cookie properly.
Cookie is marked as expired rather than deleted. Some browsers may not delete the cookie properly.