You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in method "public void clear() {}" of class PersistentCookieStore, the code "cookies.clear();" should be placed in the end of the method. otherwise the cookies in cookiePrefs won't be cleared.