Hi, I am using HttpClient 2.0.1. I would like to have two HttpClient connections to the same web site in my application, but from two "distinct" HttpClient (i.e. each connection should handle its self cookies). How can i realize this task ? Up to now, i only managed to have two connections to the web site, but with the same cookies sent, so the web site see my two connections as if they were one. Thanks in advance for your help, Fabien
- Re: How to use two distinct HttpClients on the same web ... Fabien BALAGEAS
- Re: How to use two distinct HttpClients on the same... Oleg Kalnichevski