Closed GoogleCodeExporter closed 9 years ago
Creating server-side cookie during GET request works fine. The problem appears
only when setting cookie during POST request.
Original comment by czarek.t...@gmail.com
on 17 Jul 2014 at 1:10
Reported problem on the CEF Forum:
http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=11958
Original comment by czarek.t...@gmail.com
on 17 Jul 2014 at 1:32
Setting request flags to allow cookies solves the problem. In
ResourceHandler.`ProcessRequest()` add these lines:
request.SetFlags(cefpython.Request.Flags["AllowCachedCredentials"]\
| cefpython.Request.Flags["AllowCookies"])
Original comment by czarek.t...@gmail.com
on 18 Jul 2014 at 5:03
Fixed in revision aa52a160ca30.
Original comment by czarek.t...@gmail.com
on 28 Jul 2014 at 9:41
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 17 Jul 2014 at 12:08