I have a site that is logged into Internet Explorer already, so when I open it up I don't need to log into it again. I want that URL to be opened in WebKit Browser insdie my C# application that should show the same logged in page. How is it possible?
This seems to be linked to using IE Cookies, is there any way?
WebKit library: http://webkitdotnet.sourceforge.net/
Thanks,