Android to Drupal cookie transfer Q2
问题 Previously I asked a question at Android to Drupal cookie transfer about sending cookies from my Android app back to my Drupal website to which I got a very good answer. The entire idea is to enable a persistent Client-Server interaction. I adjusted my code as was directed but I still can not get things working right. My code adjustments are below: protected Void doInBackground(Void... params) { // TODO Auto-generated method stub HttpResponse response; HttpClient httpClient = new