Hello Lalith,

tom tom <[EMAIL PROTECTED]> wrote on 20.04.2005 06:15:45:

> In my contest I do not call the same HttpState
> instance over and over again.
> [...]
>
> How can enable the httpCLient hit to a server same as
> the browser hit with Preserving the session
> information and SSO enabling.

By using the same HttpState for the requests. The HttpState
is where the session information gets stored. If you don't
re-use the HttpState, you throw away the session data.

hope that helps,
  Roland

Reply via email to