android - How to to store http-cookies between sessions -


I'm developing an app that logs on to the web site. To do this, I use the HTTP client object.

I saw that I can get all the cookies from the post requests with the HttClient.getCookieStore method, but the question is how do I save these cookies so that the next time the app has started, There is no need to log in.

I should also mention that when the login post was requested, the rest of the site receives most of the requests?

Thank you.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -