oracle / cordova-plugin-wkwebview-file-xhr

Cordova Plugin for WebView File XHR
Universal Permissive License v1.0
138 stars 118 forks source link

Cookies not stored after app relaunch #57

Closed AlekseyPimenov closed 4 years ago

AlekseyPimenov commented 4 years ago

I use that plugin to have ability to use 'Set-Cookie' header that required my app. All works fine, (thanks for that a lot) except one thing. But after relaunch app all cookies looks like not stored and user should login again. Is there way to store it?

manish2788 commented 4 years ago

Hi @AlekseyPimenov , Your SDK should provide you a way to store the cookie, this plugin just resolves couple of issue in WKwbeview as mentioned in the description.