blob: 7ab13472a8ae6071ff7fa2439272bfe861a0cae3 [file] [log] [blame]
<?php
setcookie("cookieName", "cookieValue");
header("Location: clear-cookie-refresh-result.php");
?>