Re: cookie question - Sorry : Retrying

2004-01-02 Thread Michael Becke
Hi Jacques, HttpClient automatically processes cookie in the response and adds any new cookies to the associated HttpState. Take a look at HttpClient.getState() and HttpState.getCookies(). There is also some more info on cookie parsing at

RE: cookie question - Sorry : Retrying

2004-01-02 Thread Venkat Burri
To: Commons HttpClient Project Cc: Subject: Re: cookie question - Sorry : Retrying Hi Jacques, HttpClient automatically processes cookie in the response and adds any new cookies to the associated HttpState. Take a look