Re: Duplicating COOKIES in WODHTTP - WeOnlyDo Discussion board

Re: Duplicating COOKIES in WODHTTP (General questions)

by wodDamir, Thursday, October 13, 2011, 08:42 (4573 days ago) @ joshu

Joshu,

Why don't you try something like:

[php]Dim cook as HttpCookie = new HttpCookie
For each cook in http1.Cookies
if cook.Name = some_name AND cook.Value = old value then
cook.Value = new value
end if
Next[/php]

Can you try something like that?

Regards,
Damba


Complete thread: