Android HttpClient persistent cookies

后端 未结 4 1059
眼角桃花
眼角桃花 2020-11-30 02:10

UPDATE: This question and its answers should no longer be recommended to anyone reading this. Android no-longer recommends HttpClient (read: deprecated), and instead

4条回答
  •  醉梦人生
    2020-11-30 02:23

    Don't create new HttpClients; this will clear the cookies. Reuse a single HttpClient.

提交回复
热议问题