Cookie Delete Cookie PHP December 23, 2011 Pramod T P Leave a comment You can delete the cookie by setting expiration date in the past Example: <?php setcookie(“user”, “”, time()-3600); ?>