cookie persistence
I'm working with an application that uses a cookie to accumulate two digit codes separated by a comma, in a shopping cart. I need to be able to change my mind and wipe out the cookie/cart and start accumulating again. Even though I've tried setting the .expires to Date -111, the cookies seem to persist. I think they even persist long after the session is ended. Am at a loss as to how to delete a cookie quickly.
|