'Swift WKWebView not saving cookie on app close
I got simple WKWebView in swift storyboard app, which opens my site on Asp.Net Core + Razor Pages (with SSL certificate). For authentication site uses AspNetCookie. When user start application and enter credentials everything is good, cookie works. But when app restarts, user need to enter login and password again.
If load another site, which uses JSON Web Token, app saving token and after restart user don't need to enter credentials.
In android webView asp net cookie works without problem even app had been restarted.
What's the problem?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
