Android - Cookie HttpURLConnection

1

I have a native login screen on android, the user inserts login and password, and does a check via HttpURLConnection if the data is correct, if so it saves the cookie, and returns that login was done then is called a webview of this server, however when it calls the webview is appearing that the user is not logged in, ie the cookies were not stored. Is there any property to be configured in HttpURLConnection so that these cookies are saved to a webview?

    
asked by anonymous 10.09.2015 / 13:38

0 answers