Page 1 of 1

cookies

Posted: Thu Apr 09, 2020 11:37 am
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?

Re: cookies

Posted: Thu Apr 09, 2020 11:50 am
by Kazann117
Chromium1.Initialized; TempContext: = TCefRequestContextRef.New ('Cookies \', '', False, False, False);


thanks figured out it was necessary to remove one parameter