Multiple session on Separate WebViews - Android
问题 I would want to log into two separate Gmail accounts within the two webViews at the same time. The problem I am having is that once I log into an account on webView1, webView2 follows suit and logs me into that account. The same problem happens when I log into webView2, as webView1 logs into that account also naturally. Is there any way to get around this? I want my two webViews to act completely independently from one another is what it comes down to. Thanks! Here is a code String Cookies0;