Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 946AD10778 for ; Wed, 2 Apr 2014 14:22:38 +0000 (UTC) Received: (qmail 3888 invoked by uid 500); 2 Apr 2014 14:22:38 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 3425 invoked by uid 500); 2 Apr 2014 14:22:36 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 3392 invoked by uid 99); 2 Apr 2014 14:22:34 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2014 14:22:34 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E380E8AF32C; Wed, 2 Apr 2014 14:22:33 +0000 (UTC) From: mbradshawabs To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-plugin-inappbrowser pull request: [CB-6389] add clearsessi... Content-Type: text/plain Date: Wed, 2 Apr 2014 14:22:33 +0000 (UTC) GitHub user mbradshawabs opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/34 [CB-6389] add clearsessioncache option to iOS (like Android) I'd like to add the clearsessioncache option to iOS that Android has. The feature appears to be rather uncomplicated. If clearsessioncache is turned on, then when a url is open in the appbrowser, before it loads, I clear out all the cookies. This should effectively clear out any session that existed before, allowing for a clean slate. You can merge this pull request into a Git repository by running: $ git pull https://github.com/americanbible/cordova-plugin-inappbrowser dev Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-inappbrowser/pull/34.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 #34 ---- commit 9c484febb8fbb9db133b22a1a5af85f80688468e Author: mbradshawabs Date: 2014-04-02T14:19:05Z [CB-6389] add clearsessioncache option to iOS (like Android) ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---