Hi Everyone
I am busy with a shooping cart but only use cookies to eliminate using a login. I have everything set so that you can add to the basket, but the problem comes in when I want to delete an item from the basket.
I set the specific cookie's expiry date to the day before and it does expire the cookie but only when I close the browser and rerun the code (So with the new session).
How can I expire the cookie immediately? So that when the page posts back the cookie does not show anymore.
Juran