On Thursday 21 October 2010 5:17:29 pm thegreatone wrote:
> Thx for the help.
> 
> Is there any way to avoid copying the cookies from one proxy to another?

Probably not, which is one of the reasons stateful services are hightly 
discouraged. 

The normal behavior it to have the login return some sort of token that is 
then passed into all the other operations so they can remain stateless.   The 
operations use that token to figure out what data they need.



> I'm sure most clients can do it though I haven't tried with C# .net yet -
> that makes up the bulk of my web service clients.
-- 
Daniel Kulp
dk...@apache.org
http://dankulp.com/blog

Reply via email to