Management of cookies in two TabbedPages containing the WebView with xamarin PCL
Hello everyone,
I like to know, I work with two TabbedPages containing the WebView, each webView produced from a source in the same domain,
when the user connects (authentication) for the first time, that is to say in the first TabbedPage, and if he wants to go to the other TabbedPage he still asks him for authentication.
for that, how should i manage this, is there a procedure that allows me to retrieve the first cookie and test to use the second tabbed Page?