my android pp is a wrapper of a website and i have a webview that loads the website , the problem is when app goes to background and after user click on app icon again , it send user to login page and it lost user authentication . i am using CookieManager.getInstance().setAcceptCookie(true)
but is not working for me.