Emre Sokullu wrote:
Hi all,
I have 3 questions :
1) How can I reject all cookies ? (code please)
public class NoCookieState extends HttpState { public void addCookie(Cookie cookie) { }
public void addCookies(Cookie[] cookies) { } }
HttpClient client = new HttpClient(); client.setState(new NoCookieState());
-- _________________________________________________________________ NOSE applied intelligence ag
ortwin glück [www] http://www.nose.ch software engineer [email] [EMAIL PROTECTED] hardturmstrasse 171 [pgp id] 0x81CF3416 8005 zürich [office] +41-1-277 57 35 switzerland [fax] +41-1-277 57 12
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]