쿠키 삭제1 안드로이드 웹뷰 쿠키, 세션, 히스토리 삭제 webView.clearCache(true); webView.clearHistory(); if (Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP) { CookieSyncManager cookieSyncMngr=CookieSyncManager.createInstance(MainActivity.this); cookieSyncMngr.startSync(); CookieManager cookieManager=CookieManager.getInstance(); cookieManager.removeAllCookie(); cookieManager.removeSessionCookie(); cookieSyncMngr.stopSync(); cookieSyncMngr.sync(.. 2020. 10. 24. 이전 1 다음