I have an app in which I log in using my username and password and then I switch to a page which contains a webview. The webview recognizes this username and password and lo
This is the problem of cookie management.
CASE :~ 1 IF you are visiting other web site (facebook,gmail,etc.) To solve this you have to maintain cookie files which was coming through vebView.
& send back it to next time new page request.
CASE :~ 2 if you are visiting your own web site then there is one another problem solution is you can check on server side (in your web site) device info & compare it to that device info which was at login time.
or you can send hidden data in hidden tag & validate it in your app.