Multiple choice technology web technology How do you delete a cookie? You can't. They're valid until they expire. Overwrite it with an expiry date in the past. escape() the value of the path attribute. nescape() the value of the path attribute. Reveal answer Fill a bubble to check yourself B Correct answer Explanation To delete a cookie, you overwrite it with an expiration date in the past. This forces the browser to remove it. You can escape/unescape values but that doesn't delete the cookie, and cookies can be deleted before they expire.