May 24, 2001 #1 kirk2364 Programmer May 3, 2001 10 CA I want to delete a cookie that I have dropped to the client's computer. How can I do this programmatically with VBScript?
I want to delete a cookie that I have dropped to the client's computer. How can I do this programmatically with VBScript?
May 25, 2001 #2 GlennBSI Programmer Mar 27, 2001 77 US Set its value to "" (empty string). Upvote 0 Downvote
May 29, 2001 Thread starter #3 kirk2364 Programmer May 3, 2001 10 CA Thanks! I'm going to give it a try today. Upvote 0 Downvote
Dec 10, 2001 #4 SCoyote Programmer Nov 12, 2001 5 US I think the accepted form is to set it's expiration date to a date that has already passed. Upvote 0 Downvote