Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

91
Visualizações
Cannot clear session of Webview credentials

I am opening the website https://groww.in/ in my webview and I wanted to clear the session (logged-in state) every time the app restarts. I have tried almost every possible solution on the internet but didn't find anything helpful. I have also tried the below-mentioned code but that also didn't work.

CookieSyncManager cookieSyncMngr = CookieSyncManager.createInstance(context);
CookieManager cookieManager = CookieManager.getInstance();
cookieManager.removeAllCookie();

as well as

static void clearWebViewAllCache(Context context, WebView webView) {
try {
  AgentWebConfig.removeAllCookies(null);
  webView.getSettings().setCacheMode(WebSettings.LOAD_NO_CACHE);
  context.deleteDatabase("webviewCache.db");
  context.deleteDatabase("webview.db");
  webView.clearCache(true);
  webView.clearHistory();
  webView.clearFormData();
  clearCacheFolder(new File(AgentWebConfig.getCachePath(context)), 0);
} catch (Exception ignore) {
  //ignore.printStackTrace();
  if (AgentWebConfig.DEBUG) {
    ignore.printStackTrace();
  }
 }
}
about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda