So i got an application that logs in to a website using HttpWebRequest. After it has done that i would like to open that site in a normal browser while still logged in, is that possible?
webBrowser.Document.Cookie = request.CookieContainer.GetCookies(uri)