[
https://issues.apache.org/jira/browse/CB-10395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15132205#comment-15132205
]
ASF GitHub Bot commented on CB-10395:
-------------------------------------
GitHub user sgrebnov opened a pull request:
https://github.com/apache/cordova-plugin-inappbrowser/pull/147
CB-10395 InAppBrowser's WebView not storing cookies reliable
https://issues.apache.org/jira/browse/CB-10395
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MSOpenTech/cordova-plugin-inappbrowser
CB-10395
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-inappbrowser/pull/147.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #147
----
commit 6e5900b8b295cd21dec9a9e2313513fa1304afae
Author: Wolfram Kriesing <[email protected]>
Date: 2016-01-20T20:55:03Z
CB-10395 InAppBrowser's WebView not storing cookies reliable to local
device storage
----
> InAppBrowser's WebView not storing cookies reliable to local device storage
> ---------------------------------------------------------------------------
>
> Key: CB-10395
> URL: https://issues.apache.org/jira/browse/CB-10395
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin InAppBrowser
> Affects Versions: 1.1.0
> Environment: Android-22
> Reporter: Wolfram Kriesing
> Assignee: Sergey Grebnov
> Labels: Android, Triaged
>
> we are simply embedding our website http://crewmeister.com/app using
> `cordova.InAppBrowser.open()` looking at the sqlite storage on the device I
> was able to reproduce that our server-side rails cookies are not stored
> reliably in the cookie storage (the sqlite file under
> /data/data/com.crewmeister.app/app_webview/Cookie on the device)
> I saw that the cookie was updated seemingly just sometimes by accident, I was
> guessing that webkit's `CookieManager.flush()` might need to be called at
> least upon closing the app (so cookies survive across sessions).
> I have read multiple complaints from other people online too but am not able
> to fix it. Any hints or even fixes would be greatly appreciated.
> I guess somewhere in here the fix needs to take place
> https://github.com/apache/cordova-plugin-inappbrowser/blob/master/src%2Fandroid%2FInAppBrowser.java
> ...
> Thanks, Wolfram
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]