blob: 9ee925fde75cf6c9ffdf7c035bc430a331dbd475 [file] [log] [blame]
<?php
header('Set-Cookie: one_cookie=shouldBeRejeced; domain=WrongDomain');
header('Location: cookies-wrong-domain-rejected-result.php');
?>