WKWebViewTips
WKWebViewTips copied to clipboard
Cookie discussion / ajax
You may want to incorporate information from this StackOverflow, regarding cookies, especially in terms of having your cookies sent on subsequent Ajax requests:
http://stackoverflow.com/questions/26573137/can-i-set-the-cookies-to-be-used-by-a-wkwebview
That's a nice workaround, set cookies to both cookie management areas without waiting them to sync. Thanks for the information!