Thanks,

This is not clear to me.

In my contest I do not call the same HttpState
instance over and over again.


Anyhow If I rephrase the questions.

How can enable the httpCLient hit to a server same as
the browser hit with Preserving the session
information and SSO enabling.

That is this particular should behave similar as the
browser hit in these two applications.

Above is done to send a notification to application
server 2 from application server 1 for a logged user.

SSO is enable between these two applications.


Doesnt it implicitly handle this.


--Lalith

--- Oleg Kalnichevski <[EMAIL PROTECTED]> wrote:
> On Tue, 2005-04-19 at 04:28 -0700, tom tom wrote:
> > How can I preserve the session information.
> > 
> > Should I explicitly set the cookies in order to
> > preserve the session.
> 
> It depends. Usually as along as the same HttpState
> instance is reused
> between HTTP methods there's no need to directly
> manipulate the cookies.
> 
> > 
> > The reason is the URL object I have created
> resides
> > between two applications.
> > 
> 
> Be careful to make sure that the cookie's domain
> attribute is set
> correctly. The session cookie will not be picked up
> if the target server
> is not within the same domain
> 
> Hope this helps
> 
> Oleg
> 
> 
> > Also the SSO is enable across applications.
> > 
> > What I want is 
> >  1) Preserve the session information
> > 
> >  2) Work same as SSO
> > 
> > 
> >  Waiting for a early reply.
> >  Regards,
> >   
> > 
> > 
> >             
> > __________________________________ 
> > Yahoo! Mail Mobile 
> > Take Yahoo! Mail with you! Check email on your
> mobile phone. 
> > http://mobile.yahoo.com/learn/mail 
> > 
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> > 
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


                
__________________________________ 
Do you Yahoo!? 
Plan great trips with Yahoo! Travel: Now over 17,000 guides!
http://travel.yahoo.com/p-travelguide

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

Reply via email to