Hello Vinicius,

first, do not create multiple instances of HttpClient, and do
not attempt to copy cookies from one to the other. Create one
HttpClient, use it for both requests, and the cookies will be
stored automatically in the default state.

The Client HTTP Programming Primer should help you to solve
the session problem:
http://wiki.apache.org/jakarta-httpclient/ForAbsoluteBeginners

hope that helps,
  Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to