Hi all!

I am working in a project in wich I am doing some integration stuff and I have to interface with a Web Service backend.
This backend consists on a group of Web Services and most of them are session oriented.
Until now, everything is ok. The issue is that these sessions exist across some of them and not individually and they are tracked via cookies.
My question now is how can I share these cookies in all of my proxies? Axis proxies handle session maintenance for just one WebService without problem, but I need to extend this functionality so that it works with more than one. Is there a way to do this with Axis' framework?
If there isn't I am wiilling to hack as far as it is needed to make this work. I just needed some tips on pointing me out where to start! :)

Cheers, Lu�s

Reply via email to