-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebView: CEF cookies not remembered after upgrade from 90.6.70 to 91.1.211 #226
Comments
This will use an in memory cache. Cookies won't be persisted. |
Thanks for the link - we will provide a cache path in the next release
|
You'll also need to set RootCachePath |
Much appreciated - thank you! |
Hey there @dasgarner i have been puzzling with this for a few days now as i am fairly new to all this, can you please help me implement the cookie structure in my form? |
It's great to see new people getting into C#/cef/programming! The best way to get help is to go ahead and ask your question on stackoverflow: https://stackoverflow.com/. Make sure you read the rules first and understand how to structure your question, giving as much information as possible. Good luck! |
I tested this by scheduling xibo.org.uk to be displayed and then clicked OK on the cookie message. When the layout refreshes the cookie message re-appears.
I tried the same in v3 R300.5 and the cookie message does not re-appear when the layout refreshes.
For context we did also set a RequestContext between these releases, so that is also a candidate for the root cause.
webView.RequestContext = new CefSharp.RequestContext();
The text was updated successfully, but these errors were encountered: