Though we construct a HttpState it does not contain
session data rather we have to forcefully set the
cookie information to the HttpState.

Correct me if am wrong.

Thanks

--- Roland Weber <[EMAIL PROTECTED]> wrote:
> 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
> 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to