Do WebView instances in my process share cookies and cache with WebView instances created by other processes?
Say I have my website www.example.com, and there's a login page there. If the user logs into my site from the native browser app, then they come into my app later on where I have an embedded WebView instance, will their login cookies still be present? Or do they have to login again?
Thanks