Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deleting Cookies

Status
Not open for further replies.

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?
 
Set its value to "" (empty string).
 
Thanks! I'm going to give it a try today.
 
I think the accepted form is to set it's expiration date to a date that has already passed.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top