let config = WKWebViewConfiguration();
config.processPool = WKProcessPool()
web = WKWebView(frame: self.frame, configuration: config)
I found from stactoverflow , that wkprocesspool can share cookie for multiple wkwebview , but it seems like not working.... anyone help me~~~~pls