Closed GoogleCodeExporter closed 9 years ago
There is no api in CEF to get CookieManager for specific browser, only
CefCookieManager::GetGlobalManager(), so if we allow for seperate managers we
should keep them in PyBrowser.
Original comment by czarek.t...@gmail.com
on 23 Oct 2012 at 8:04
By default CefCookieManager supports only http and https schemes, to make it
work for custom schemes need to call CefCookieManager.SetSupportedSchemes().
Original comment by czarek.t...@gmail.com
on 23 Oct 2012 at 8:09
See revision ee118504ee40.
Cookie support was sponsored by Cyan Inc.
Original comment by czarek.t...@gmail.com
on 27 May 2013 at 9:27
Project will move to Github. Find this issue at the new address (soon):
https://github.com/cztomczak/cefpython/issues/19
Original comment by czarek.t...@gmail.com
on 24 Aug 2015 at 6:25
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 23 Oct 2012 at 7:45