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

Missing cookie values in iOS 10 or lower #17

Open
kheldiente opened this issue May 21, 2020 · 0 comments · May be fixed by #18
Open

Missing cookie values in iOS 10 or lower #17

kheldiente opened this issue May 21, 2020 · 0 comments · May be fixed by #18

Comments

@kheldiente
Copy link

kheldiente commented May 21, 2020

Hi,
First of all, thank you for making this library. I'm currently migrating a project to WKWebView and this solved my issue of retaining the login session when opening another WKWebView. However, I encountered a bug where some cookie values were missing in iOS 10 or lower.

Usecase:

  • When client has logged in, check the session key from cookies and store it locally.
  • Check session key and preload it every time the app is opened.

In my case, I need to have a record of all the cookies retrieved by WKCookieWebView and get the session key from there.

I managed to solve this and I would like to file a PR.

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 a pull request may close this issue.

1 participant