Copy cookies between 2 browsers
Posted: Tue Sep 20, 2022 3:30 pm
Hello, I have a WebBrowser that I log into a website, and I copy the cookies using "CookiesVisited" how do I send these cookies to another WebBrowser so that it can access a url that needs these cookies.
Would it be the "SetCookie" function?
my string containing the cookies looked like this:
in short, I need to use the cookie in another browser to access a protected page!
I appreciate any help!
Would it be the "SetCookie" function?
my string containing the cookies looked like this:
Code: Select all
Sso-Authenticated=ZnBZrQmNxqUY3TxpnShh_a1VetQyftjlu__qGnh9U1o;ASPSESSIONIDCWDRABAT=CJAHMCLAAPNDKGECCFNIEHEF;_ga=GA1.3.825664800.1663686077;_gid=GA1.3.1848130136.1663686077;_gat_gtag_UA_160219996_7=1;Session_Gov_Br_Prod=44Kycz1y01fkaZtIGLP8e_ljrSXYixXwMA-R-_KA.scp-5685cb445f-888bh;INGRESSCOOKIE=fe33a62c2fc1c4bf;_gid=GA1.3.1828765672.1663686080;_gat_gtag_UA_80181585_36=1;_ga_WGZPDK4DH1=GS1.1.1663686079.1.1.1663686081.0.0.0;_ga=GA1.3.201145966.1663686080;Third-Party-Cookie-Support-Test=true;
I appreciate any help!