RE : RE : How to use two distinct HttpClients on the same web site

2004-08-26 Thread Fabien BALAGEAS
handle that??? I mean: is there a way to tell to HttpClient to > maintain distinct cookies on distinct state? > > Fabien > > > -Message d'origine- > De : Oleg Kalnichevski [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 26 août 2004 10:50 > À : Commons HttpC

Re: RE : How to use two distinct HttpClients on the same web site

2004-08-26 Thread Oleg Kalnichevski
way to tell to HttpClient to maintain > distinct cookies on distinct state? > > Fabien > > > -Message d'origine- > De : Oleg Kalnichevski [mailto:[EMAIL PROTECTED] > Envoyà : jeudi 26 aoÃt 2004 10:50 > à : Commons HttpClient Project > Objet : Re: How to use

RE : How to use two distinct HttpClients on the same web site

2004-08-26 Thread Fabien BALAGEAS
i [mailto:[EMAIL PROTECTED] Envoyé : jeudi 26 août 2004 10:50 À : Commons HttpClient Project Objet : Re: How to use two distinct HttpClients on the same web site Fabien, If all you need is to maintain a distinct conversational state per logical web application hosted on the same physical plat

Re: How to use two distinct HttpClients on the same web site

2004-08-26 Thread Oleg Kalnichevski
Fabien, If all you need is to maintain a distinct conversational state per logical web application hosted on the same physical platform, you should have just only one HttpClient instance and then keep different HttpState instances per web application. It does take a bit of HttpState juggling, but