Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get cookies data #19

Closed
yaymalaga opened this issue Aug 25, 2016 · 3 comments
Closed

Get cookies data #19

yaymalaga opened this issue Aug 25, 2016 · 3 comments
Labels

Comments

@yaymalaga
Copy link

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.

@franmontiel
Copy link
Owner

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.

@yaymalaga
Copy link
Author

yaymalaga commented Aug 25, 2016

Thanks for the help, I've got it!

@yeahman45
Copy link

SharedPrefsCookiePersistor.loadAll() does not return anything

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants