Setting cookies in WebBrowser control?

Is this possible?
[25 byte] By [RWF] at [2007-12-24]
# 1
Cookies are associated with a document. See HtmlDocument.Cookie. An HtmlDocument can be retreived via the WebBrowser.HtmlDocument property.
PeterRitchie at 2007-10-8 > top of Msdn Tech,Visual C#,Visual C# General...