I am using cookies on my site and get the following error on one of my pages.
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'Response.Cookies(...)'
The code causing this is:
Set dbRecSet = Server.CreateObject("ADODB.RecordSet")...