[ad_1]
I am using WKWebView on my app where user can login, but I have an issue. The user credentials are not saved so the user has to login every time he starts the app. I am using sessions to keep user logged in Javascript on my website, but the sessions are not working on WKWebView.
I tried: request.httpShouldHandleCookies = true
but it is not working.
[ad_2]