Re: Duplicating COOKIES in WODHTTP (General questions)

by Joshu, (4993 days ago) @ Joshu

Also if I just do another ADD without REMOVING the previous cookie, then it will have 2 cookies with the same name but different values....


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

locked

Complete thread: