How can we destroy the cookie? ~ Interview Questions & Answers

Tuesday, February 13, 2007

How can we destroy the cookie?

Set the cookie time in past.
Example: setcookie('Test',$i,time()-3600); // already expired time

0 comments: