The user must login through the WebView. Of course, the session is for that WebView. But, what if I need to make REST API calls during my Android application?
Those REST API calls need the session to be authenticated , otherwise those will not work. Is there any way I can attach the cookies of WebView into everything I do in Android?