-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Cef 81 not save all cookie data #3120
Comments
Please fill out the Bug Report Template
To be honest that's quite unlikely. Cookies are entirely managed by
What version did you test with? What command line args did you use? |
Cef WPF minimal example, i didnt use any arg (cause by default is setup cache folder) just loaded app and used fiddler to look calls with stable cefsharp wpf v79 (last) it work without this issue, then i switchet to 81.3.10-CI3509 that have this issue. About cefclient i used CEF 81.3.1+gb2b49f1+chromium-81.0.4044.113 x64 --proxy-server=myproxy:port --cache-path=myFolder and it work without issue only with cefsharp v81 i have this issue before i dont know why. x64 Windows 10 WPF |
Did you check the log file to see if any errors are listed?
As per the Bug Report Template you need to use the command line args as listed in the template for an accurate comparison with |
|
If you haven't already please try deleting the cache. Issue https://bitbucket.org/chromiumembedded/cef/issues/2890/all-the-cookies-are-deleted-automatically may require an empty cache to start from. |
I try it, But it doesn't work. Page didn't work as expected. 79.1.360 does not have this problem |
It's unclear how to reproduce this problem. The https://www.easports.com/fifa/ultimate-team/web-app/ page is full of What I require is:
If someone can provide sufficient details then I will have look. |
@shimengkeji Have you confirmed that cookies are persisted using Chrome for the url you linked? Session cookies aren't persisted by default in any browser that I'm aware of. Cookies set by JavaScript can be saved. |
@shimengkeji I have absolutely no idea what you mean by this. What does |
This url has text in what i presume is Chinese. I only speak English. I have no idea what the dialog is asking for. What I've asked for is a dot point list of steps used to reproduce the problem. Please provide clear and concise steps. An example of the sort of detail that is required: Using https://github.com/cefsharp/CefSharp.MinimalExample/tree/cefsharp/81 for testing.
Cookies are persisted as expected. Subsequently launching CefSharp.MinimalExample.Wpf and navigating to http://cefsharp.github.io/demo/cookiereadwrite.html shows Please make sure to use https://github.com/cefsharp/CefSharp.MinimalExample/tree/cefsharp/81 for testing so I have a baseline for comparison.
Unfortunately no it doesn't help me at all. Saying you have confirmed the output doesn't provide me with a means to reproduce the testing that you have done. |
Can someone please load Thanks. |
@shimengkeji As per http://cefsharp.github.io/api/79.1.x/html/P_CefSharp_RequestContextSettings_CachePath.htm |
Thanks, My problem has been solved ! |
I used Cef WPF minimal example with current stable version v79 and work great, i update cef to beta version 81.3.10-CI3509 and not working.
I tested also cefclient v81 (with cache path parameter) and it work, then i think is issue with cefsharp client.
The issue is example loading this web address https://www.easports.com/fifa/ultimate-team/web-app/ on response it must setup 2 cookie on cache, in fact it will setup just one (dont know why look like not rember cookie with parameter Max-Age=7178) then when you reload app and load data from cache path dont rember all cookies.
The text was updated successfully, but these errors were encountered: