Re: Duplicating COOKIES in WODHTTP (General questions)
That is the issue I am having. I need to know the index of the cookie to set it. Is there a way to get the cookie index?
Joshu,
Why don't you then try something like this:
[code]http1.Request.Cookies.Add http1.Response.Cookies(x).Name, your value [/code]Drazen