[TIMOB-14610] Android: HttpClient does not share cookies with WebView
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Critical |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2013-10-16T18:41:15.000+0000 |
Affected Version/s | Release 3.1.1 |
Fix Version/s | 2013 Sprint 21, 2013 Sprint 21 API |
Components | Android |
Labels | n/a |
Reporter | Rick Blalock |
Assignee | Ping Wang |
Created | 2013-07-19T18:13:35.000+0000 |
Updated | 2017-03-29T17:47:02.000+0000 |
Description
The Android WebView does not retain cookies set inside of it when navigating to other pages.
There are numerous posts on how to do this natively but no apparent way to do it in Titanium. e.g. http://stackoverflow.com/questions/2566485/webview-and-cookies-on-android
Attachments
File | Date | Size |
---|---|---|
BBBWebView.zip | 2013-07-27T00:43:51.000+0000 | 3731119 |
BBBYlog.txt | 2013-07-29T08:00:53.000+0000 | 3225 |
BBBYtestCaseLog.txt | 2013-07-29T20:18:27.000+0000 | 180412 |
Adding Log BBBYlog.txt, this log is with the Customer's application, when the authentication is failing
The PR is not working for removing cookies.
Already provided the customer with a custom built SDK. To solve this issue completely, we need to implement TIMOB-15244 first. Will reschedule this ticket with TIMOB-15244.
We will not be syncing cookies between the two cookie stores. Instead as part of TIMOB-15244 we will expose cookie management for the two cookie stores. Developers can sync cookies on their own.
Closing ticket as "Won't Fix", with reference to the above comments.