I am getting cookie from the webservice and I want to store that cookie in a webview so that when I load the URL it automatically login the user. I am using Android Studio.
I have cookie in string format. I have tried CookieManager and CookieSyncManager but it is not working.