Android Http get Session Cookie
Try getCookieStore().addCookie()
on your DefaultHttpClient
object, before sending the request.
Ok the code above actually does work, I just didn't retrieve the header correctly to see all the fields. The issue was I had an invalid session Id but the webserver I was using has the WORST error handling mechanisms :-) thanks for listening!