In PHP is it possible to destroy a cookie?

In PHP is it possible to destroy a cookie?

2 Likes

Technically, there is no as such specialized function to perform such activity. All we need to do is to update the expire time-value of the cookie using the setcookie() function.