Yes, that is a known issue on Android and Windows. It’s on our to-do list, but it’s low priority because this issue rarely comes up.
My point of view: I was quite surprised Apple’s Cocoa HTTP request APIs automatically cached cookies because most frameworks that I’ve used in the past make you do that yourself. On Windows and Android, we’ll have to write our own cookie handling code by looking at the HTTP response headers and persisting them to/from file. It’s not a small task.
As a work-around, you may want to use a web view instead where cookie support does support cookies and implement HTTP requests via JavaScript. That’s the only solution that I can think of at the moment. [import]uid: 32256 topic_id: 25630 reply_id: 139504[/import]