I want to be able to preserve the state of the web browser control when an application is restarted. For example if I log into to a site with a two hour cookie expiration, I quit the app and restart it within the two hours, I would like to continue the same session. (the same way the session would be kept if I had the control open the whole time). Same thing with cookies that do not expire, which seem to be blown away.
Does anyone know of any solutions to this, or can point me into underlining activex code which I could use to save and restore the session? I'm pretty sure this is impossible through managed code.