Page 1 of 1

PWB v3 CEF and Gmail

Posted: Mon Mar 30, 2015 1:38 pm
by jlegree
Is there a way to configure PWB v3 CEF to delete cookies at closing? We're running into users logging in to Gmail and finding a previous user's name and email address in the login box. Is incognito mode an option with PWB v3?

Re: PWB v3 CEF and Gmail

Posted: Tue Mar 31, 2015 10:49 am
by Scott
We are looking into why PWB CEF is not clearing the cookies and cache with the following setting.

[Security]
ClearCacheOnClose=True

In the meantime you can use the PWB startup script to clear the cache and cookies with the following steps.

1. Create a batch file, for example "clean.cmd" in the PWB folder.

2. Set the PWB startup script to run the batch file when it starts with the following example.

INI setting:

[Files]
StartupScript=C:\PWB3\clean.cmd

Batch file:

rd %TEMP%\cache /s /q


When PWB starts it will run the "clean.cmd" batch file which uses the "rd" command to remove the directory PWB v3 CEF is using for caching.

--Scott

Re: PWB v3 CEF and Gmail

Posted: Tue Mar 31, 2015 12:46 pm
by jlegree
That does the trick! Thanks Scott!

Jon.

Re: PWB v3 CEF and Gmail

Posted: Wed Apr 01, 2015 8:36 am
by Scott
Please note, PWB v3.04.2 CEF Release Candidate 1 now available on the Downloads page fixes the Clear Cache on Close in PWB v3 CEF.

--Scott

Re: PWB v3 CEF and Gmail

Posted: Wed Sep 21, 2016 4:42 am
by timh
Hi Scott,

Did this problem creep back in?

With
[Security]ClearCacheOnClose=True
in both PWB CEF 3.05.0 beta K and in the latest RC2 I am finding visited links still displayed in the different color after a PWB close and restart, and looking at %TEMP%\Cache it still seems to be populated after PWB is closed?

Thanks,

Tim.

Re: PWB v3 CEF and Gmail

Posted: Wed Sep 21, 2016 2:45 pm
by Scott
Thank you. We'll check into it.

--Scott

Re: PWB v3 CEF and Gmail

Posted: Fri Sep 23, 2016 3:32 pm
by Scott
PWB 3.05.0 CEF RC4 now available on the Beta Downloads page now clears the cache when PWB starts preventing file in use when PWB us exiting.

--Scott