Forum : How to Delete a Cookie?
Brief description  about Online courses   join in Online courses
View Balu  Prasad 's Profile

How to Delete a Cookie?

How to Delete a Cookie????
Asked by Balu Prasad | Mar 17, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi Balu,
When deleting a cookie you should assure that the expiration date is in the past.
Delete example:
<?php
// set the expiration date to one hour ago
setcookie("user", "", time()-3600);
?>
Mar 17, 2010