Re: Cookies dosn't store
Posted: Wed Sep 20, 2017 9:21 am
Hi,
There was a bug in the cookie manager initialization. I just updated CEF4Delphi with the fix.
Please download the latest version from github.
Previously you had to set a property in TChromium to set a custom cookie directory but now that's done inside the GlobalCEFApp initialization.
Now you just have to set the GlobalCEFApp.Cookies property.
There was a bug in the cookie manager initialization. I just updated CEF4Delphi with the fix.
Please download the latest version from github.
Previously you had to set a property in TChromium to set a custom cookie directory but now that's done inside the GlobalCEFApp initialization.
Now you just have to set the GlobalCEFApp.Cookies property.