I already do session management for multiple clients using HTTP cookies and that allows me to easily distinguish one client from another. But is there a simple, architected way to manage multiple sessions from the same client? My clients are application servers and their clients are end users, so my clients will be opening multiple sessions to me, one per end user.

I can do it manually by returning a session ID for each new session but that then pollutes my WSDL as it requires evey request to explicitly contain a session ID. So, I was wondering if SOAP headers, or somethng else, can help me here.

Thanks. PS great mailing list. Once I understand how all this WS stuff works, I'll stop asking questions and start answering them ;-)

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

Reply via email to