How to delete a cookie?

  • Thread starter Thread starter Boban Dragojlovic
  • Start date Start date
B

Boban Dragojlovic

I need the statement for deleting a permanent cookie that I created
earlier...

The .NET documentation refers to the .discard property, but the compiler
balks at that property

e.g. Response.Cookies("deleteME").discard()
 
I've never trusted the .remove method.
I always expire the cookie so I know the client will have
the expired data. I should take the time to research the
total affect of .Remove, but setting the date to now - 1
day works so well...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Simple question about cookie: 4
Cookies Count 2
Cookie with double name 1
Response.cookies vs Request.cookies 7
cookie trouble 3
create and retrieve cookie? 4
Cookie problem 8
Cookie isn't being read 1

Back
Top