[TIMOB-263] Android: Not forwarding cookies in HTTPClient
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-05-08T10:36:13.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | android, defect |
Reporter | Don Thorp |
Assignee | Neeraj Gupta |
Created | 2011-04-15T02:26:21.000+0000 |
Updated | 2017-03-21T22:39:59.000+0000 |
Description
From http://support.appcelerator.net/discussions/announcements/191-cookies-in-httpclient-request"> cookies in httpclient request
I am developing an app that uses AJAX style requests back to a host server. This works fine on the iPhone but not in Android.
I have to first authenticate which sets a cookie for subsequent calls. It seems like on android this cookie is not being returned on subsequent calls.
I believe this has been addressed by [TIMOB-2849]. The following code tests cookie interaction. Cookies do persist across sessions, hence my assertion that this is resolved.
Duplicate of TIMOB-2849.
Closing ticket as duplicate.