You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Fabien BALAGEAS <fa...@twinsoft.fr> on 2004/08/26 08:25:26 UTC

How to use two distinct HttpClients on the same web site

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