[thelist] asp cookie cutters :)

Brian Cummiskey Brian at hondaswap.com
Thu Feb 10 15:56:34 CST 2005


any asp cookie gurus out there?

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:

Microsoft VBScript runtime  error '800a01b6'

Object doesn't support this property or method: 'response.cookies(...)'

/scripts/Development/******/process.asp, line 169



Is there anyway to target just 1 cookie out of the batch?  :)


More information about the thelist mailing list