InterviewSolution
Saved Bookmarks
| 1. |
How to delete a Cookie using VBScript? |
|
Answer» Sometimes you will want to delete a cookie so that subsequent attempts to read the cookie return nothing. To do this, you just need to set the expiration date to a time in the past. |
|