============ Problem Description ============
Before the login is done: Webview.loadurl (JS login method), this JS method is actually the POST request a login address
Now I directly do a login interface, which directly post the request, the data needed to pass through, return success.
But I go back to WebView refresh, or display the page login interface. It should be reasonable to display the user information interface.
Later found to be a problem with cookies. But this cookie is not familiar at all.
The problem is probably: Android App login interface POST request login address successful WebView not be able to sync to cookie, this cookie changed how to deal with
============ Solution 1============
Take a global variable to hold a cookie and put a cookie in your request each time the network requests
If Android direct POST request login address is successful, webview or real login interface