Chromium1.Initialized; TempContext := TCefRequestContextRef.New('Cookies\','',False, False, False, False);
Chromium1.CreateBrowser(CEFWindowParent1,'Cookies\',TempContext);
in the new version does not work such a parameter how to get around this?
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
cookies
Re: cookies
Chromium1.Initialized; TempContext: = TCefRequestContextRef.New ('Cookies \', '', False, False, False);
thanks figured out it was necessary to remove one parameter
thanks figured out it was necessary to remove one parameter