RE: Why are cookies deleted?

2003-10-06 Thread Kalnichevski, Oleg
HttpClient Project Subject: Why are cookies deleted? Hi, Why are cookies deleted from the state registered with my HttpClient object? I do a request (GetMethod) that returns 2 cookies. Then I do another request (using another GetMethod) and with that I lose both cookies. Should I recycle the original

Re: Why are cookies deleted?

2003-10-06 Thread Ernst de Haan
. Just keep the original HttpState instance to stop your cookies from disappearing HTH Oleg -Original Message- From: Ernst de Haan [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003 11:44 To: Commons HttpClient Project Subject: Why are cookies deleted? Hi, Why are cookies

Re: Why are cookies deleted?

2003-10-06 Thread Laurent Garcia
To: Commons HttpClient Project Subject: Why are cookies deleted? Hi, Why are cookies deleted from the state registered with my HttpClient object? I do a request (GetMethod) that returns 2 cookies. Then I do another request (using another GetMethod) and with that I lose both cookies. Should I

Re: Why are cookies deleted?

2003-10-06 Thread Ernst de Haan
[EMAIL PROTECTED] To: Commons HttpClient Project [EMAIL PROTECTED] Sent: Monday, October 06, 2003 11:59 AM Subject: RE: Why are cookies deleted? Ernst, Cookies are not deleted by HttpClient unless they are expired. I am pretty sure about it In your particular case there's a bug

Re: Why are cookies deleted?

2003-10-06 Thread Eric Johnson
] Sent: Monday, October 06, 2003 11:44 To: Commons HttpClient Project Subject: Why are cookies deleted? Hi, Why are cookies deleted from the state registered with my HttpClient object? I do a request (GetMethod) that returns 2 cookies. Then I do another request (using another GetMethod