Page 1 of 1

Import cookies from Chrome ?

Posted: Mon Dec 26, 2022 4:28 pm
by thefunkyjoint
Is there a way to import the cookies currently used by Google Chrome (if installed on the machine) to our app using CEF4Delphi ? This would be very convenient as when the person opened our app, it will be already logged on the same sites Chrome currently is.

Re: Import cookies from Chrome ?

Posted: Sun Jan 01, 2023 6:06 pm
by salvadordf
I've never done that but there are some third party applications that read Chrome cookies.

Search for the algorithm and keys that those applications use to decrypt the cookies, then you should be able to use the code in CookieVisitor to add those cookies manually.