Page 1 of 1

Re: Staying logged in after restart

Posted: Tue Jan 15, 2019 12:55 pm
by salvadordf
You only need to set a cache directory.

Add this before the GlobalCEFApp.StartMainProcess call in the DPR file :

Code: Select all

GlobalCEFApp.cache := 'my_custom_cache_path';
my_custom_cache_path can be a relative or absolute path to a writable directory.