195magdalene850timenez745
New Member
when i use the code <BR>Response.Cookies("Info") = newid <BR>i get the error <BR><BR>Wrong number of arguments or invalid property assignment: 'Response.cookies' <BR><BR>i also tried Response.Cookies("Info")("Data") = newid <BR>then it says <BR><BR>"Variable uses an Automation type not supported in VBScript"Before I answer your question I want to make sure you are indeed using ASP.NET and NOT classic ASP... is this so?