Page 1 of 1

Re: Problem with cookies and passwords

Posted: Sun Aug 12, 2018 10:46 am
by salvadordf
All the demos use "in-memory" cache.

To keep the cookies and all the cache elements you need to set GlobalCEFApp.cache with a writable directory before the GlobalCEFApp.StartMainProcess call in the DPR file. Like this :

Code: Select all

GlobalCEFApp.cache := 'cache';
The DPR file in the SimpleBrowser demo has all this code inside a comment.