Github user jak commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/34#issuecomment-39514637 Deleting cookies isn't the same as clearing cache. May I suggest renaming the option to 'clearcookies' for iOS, or better yet, clearing the cache with something like: [[NSURLCache sharedURLCache] removeAllCachedResponses]; [Documentation reference](https://developer.apple.com/library/ios/documentation/cocoa/reference/foundation/Classes/NSURLCache_Class/Reference/Reference.html#//apple_ref/occ/instm/NSURLCache/removeAllCachedResponses)
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---