rdmenezes / cefpython

Automatically exported from code.google.com/p/cefpython
1 stars 0 forks source link

Unique cookie manager per browser session #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Browser passed to the RequestHandler.`GetCookieManager()` callback is the first 
browser that visited the origin in which a cookie was accessed. This was fixed 
in CEF revision 1424 [1]. See related CEF isues [2][3].

[1] https://code.google.com/p/chromiumembedded/source/detail?r=1424
[2] https://code.google.com/p/chromiumembedded/issues/detail?id=1043
[3] https://code.google.com/p/chromiumembedded/issues/detail?id=1044

Update the RequestHandler.`GetCookieManager` wiki page when this bug is fixed.

Original issue reported on code.google.com by czarek.t...@gmail.com on 12 Jul 2014 at 7:19

GoogleCodeExporter commented 9 years ago
Commited in revision 27247c5cf5e2.

Original comment by czarek.t...@gmail.com on 27 Jul 2014 at 3:48