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
I'm not sure how can I check the cookies that are storage by the library, I mean, to see which ones are being saves, and their data, like expiration time, etc
Another question it's that when you clear cookie session, what cookies are you really cleaning there?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
The stored cookies are serialized and saved in a SharedPreferences. You can take a look at SharedPrefsCookiePersistor.loadAll() method that loads and deserialize all the cookies.
When you call clearSession() method you are just removing session cookies.
I'm not sure how can I check the cookies that are storage by the library, I mean, to see which ones are being saves, and their data, like expiration time, etc
Another question it's that when you clear cookie session, what cookies are you really cleaning there?
Thanks in advance.
The text was updated successfully, but these errors were encountered: