I have an application that uses the WebBrowser control to view a
particular website.  This website stores all the preferences in a
cookie (bad design but out of my control to change).  Every once in a
while, I lose this cookie (whether it expire or I delete my IE
history) and therefore I have to reconfigure my preferences.  I have
figured out how to read the cookies in the control and store a copy of
the cookie data.  How do I go about replacing a cookie when I want to
"restore" my preferences using the copy I stored?

Reply via email to