• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Getting cookies after HttpPost request in android

I have a login page , which sends HttpPost request to the server and in response I am getting cookies. But I don't know how to get those cookies. I found this and several other code snippets that seem to use httpClient.getCookieStore().getCookies(); But the current version of HttpClient doesn't have this getCookieStore() method. So how can I achieve what I want?
 
Back
Top Bottom