[thelist] asp cookie cutters :)

Anthony Baratta Anthony at Baratta.com
Thu Feb 10 16:56:26 CST 2005


At 01:56 PM 2/10/2005, Brian Cummiskey wrote:

>i'm having trouble killing a SPECIFIC cookie.
>
>no problem killing the entire array like:
>response.Cookies("OD").expires=now-5
>
>but try to just kill one specicific one like:
>response.Cookies("OD")("customer_first_name").expires=now-5
>and it's throwing me 500 errors:


The sub-cookie does not have a separate expires property. Just null it out.



More information about the thelist mailing list