May 24, 2001 #1 kirk2364 Programmer Joined May 3, 2001 Messages 10 Location 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 Joined Mar 27, 2001 Messages 77 Location US Set its value to "" (empty string). Upvote 0 Downvote
May 29, 2001 Thread starter #3 kirk2364 Programmer Joined May 3, 2001 Messages 10 Location CA Thanks! I'm going to give it a try today. Upvote 0 Downvote
Dec 10, 2001 #4 SCoyote Programmer Joined Nov 12, 2001 Messages 5 Location US I think the accepted form is to set it's expiration date to a date that has already passed. Upvote 0 Downvote