Hi Juan, > HttpState initialState = new HttpState(); > httpclient = new HttpClient(); > httpclient.setState(initialState);
No need to set an initial state. HttpClient should have an empty one. Could you please generate an HttpClient trace and look for the messages regarding cookies? You probably don't need the wire log, the context log should tell you everything about the cookies you need to know. If it doesn't, try the wire log. http://jakarta.apache.org/commons/httpclient/logging.html hope that helps, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
