root/ManualTests/blackberry/clear-cookie-refresh.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
    setcookie("cookieName", "cookieValue");
    header("Location: clear-cookie-refresh-result.php");
?>

/* [<][>][^][v][top][bottom][index][help] */