Is there any way of instructing a web browser to completely delete one\'s cookie set with PHP?
I do not want to expiry it or wait for the brows
Yes. Use setcookie() and set the expiration date for the cookie you wish to delete to a time in the past. The user's browser should automatically remove it as a result.
setcookie()