PHP setrawcookie() May 25, 2012 Pramod T P It sends an HTTP cookie without URL encoding the cookie value Example <?php setrawcookie(“time”,time()); echo $_COOKIE[‘time’]; ?> Output 1337938950