I'm working on an application that involves obtaining a value (through a logon procedure) from the server, then setting a cookie with that value. I'm using the WebBrowser control in the application, and for the life of me, I can't figure out how to properly set a cookie.
I can read cookies in from the site on request, but that's not the issue, nor is that how I obtained the value from the server. This is pure
VB 2008 code, and frankly, I'm stymied.
Any help would be appreciated.
David