PB 2022 Build 1892
We have an application with a webbrowser object, which allows the users to login to a website. If the users close the application, the cookies are not remembered from the previous session and the user must login again. Unfortunately, the website they use only allows one login at a time, so if the user has failed to log out before closing the application, they can't log back in again for the rest of the day.
I've tried changing the CachePath, which reports success, but navigating to chrome://version always shows a blank cache path.
Is there a workaround for this problem?
Many thanks,
David