I set a cookie using VBScript(client side), okay fine no problem I can read it with client side scripts etc etc. But In the ASP code that the page posts too I want to kill the cookie, but When I do a Response.Cookies("DMatter" = "", the cookie still has value of what it was set too in the client side script. Correct me if I;m wrong but isn;t a cookie a cookie? Set at the server or client either should be able to access the other.
Am I missing somthing?
Am I missing somthing?