Re: Chromium don't save cookies and sessions.
Posted: Fri Apr 06, 2018 2:55 pm
Something similar happened when CEF4Delphi started to use "LoadLibraryEx" to load the DLL. Some users executed their app with shellexecute and then you had problems loading the DLLs in different directories.
Since then GlobalCEFApp has a "SetCurrentDir" property to fix that problem. Perhaps setting GlobalCEFApp.SetCurrentDir to TRUE will fix your problem.
Check that the cache and cookies directories are writable or "read-only".
Since then GlobalCEFApp has a "SetCurrentDir" property to fix that problem. Perhaps setting GlobalCEFApp.SetCurrentDir to TRUE will fix your problem.
Check that the cache and cookies directories are writable or "read-only".