I am looking for solution for enabling holding cookie using Android Query (not native Android HTTPClient).
If I'm getting cookie information from first request, how to use it in other requests?
Here I described my problem with more details:
http://stackoverflow.com/questions/20786545/set-cookie-using-adroid-query-ajaxcallback
I know that, many people has this issue, and I also saw that there is issue about it on Google Project page, without solution. I mean this 2:
http://code.google.com/p/android-query/issues/detail?id=94
http://code.google.com/p/android-query/issues/detail?id=28
It would be nice to have persisted session on default, same as browsers has.