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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

cookies

Post Reply
Kazann117
Posts: 41
Joined: Mon Jan 07, 2019 10:08 pm

cookies

Post by Kazann117 »

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?
Kazann117
Posts: 41
Joined: Mon Jan 07, 2019 10:08 pm

Re: cookies

Post by Kazann117 »

Chromium1.Initialized; TempContext: = TCefRequestContextRef.New ('Cookies \', '', False, False, False);


thanks figured out it was necessary to remove one parameter
Post Reply