Hello Wilson, > We would like to use httpclient to connect to the > other links from the main site, how do I tell > httpclient to use the existing session information > from the main site to avoid SiteMinder authentication
It's either the session cookie itself, or SiteMinder sets an additional authentication cookie (similar to the LTPA cookie used by IBM software). If you use the same HttpState for your requests, the cookies should be sent correctly. See also our primer: http://wiki.apache.org/jakarta-httpclient/ForAbsoluteBeginners hope that helps, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
