Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update embedded webview to share process pool #249

Merged
merged 1 commit into from
Sep 28, 2018

Conversation

unpluggedk
Copy link
Contributor

WKWebView caching update, applies to both iOS and macOS.
For session cookies, WKWebView’s caching is per process pool. This process pool is created per configuration.
Thus, in order for us to have our SDK treat session as per app launch, we should either have WKProcessPool or configuration static.
Having config static makes sense as this config really shouldn't change per app launch.
If one wants to change this, they will have to use passed in webview.

@unpluggedk unpluggedk changed the base branch from dev to release/1.0.3 September 28, 2018 23:27
@unpluggedk unpluggedk merged commit b442df0 into release/1.0.3 Sep 28, 2018
@unpluggedk unpluggedk deleted the jak/wkwebview-session branch September 28, 2018 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants