Hi Alvin,
> httpclient.getState().addCookie(
> new Cookie("www.whatever.com", "jsession", "topsecret",
> "/", -1, false));This should work, as long as you don't specify a different HttpState when executing the method. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
