Apache SOAP will always create a session for a client. That will cause a Set-Cookie header to be sent to the client. The client must then simply return the value in a Cookie header.
I found the following at developersdex (http://www.developersdex.com/xml/message.asp?p=2491&ID=%3C043301c3d3cf%2470045910%24a101280a%40phx%2Egbl%3E) >>>> From: Brian Combs Date Posted: 1/9/2004 9:15:00 AM Hello Soap Toolkit 3.0 uses WinHttp to make soap calls. WinHttp will handle HTTP session cookies with out you having to do anything. Thanks Brian [MS] Microsoft Developer Support This posting is provided "AS IS" with no warranties, and confers no rights. <<<< Therefore, it would appear that if you are using the MS SOAP Toolkit 3.0, your client will automatically send the required cookie. Scott Nichol ----- Original Message ----- From: "srini marri" <[EMAIL PROTECTED]> Sent: Saturday, January 10, 2004 4:09 PM Subject: Maintain Session at serverside for VB client > Hello Scott, > > > we have a VB SOAP client and java SOAP server (Apache > soap) in this the requirement is to maintain a > session at the server side for each VB client. > is there a way to do this if so how to accomplish > that. > > > > Thanks > srini > > __________________________________ > Do you Yahoo!? > Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes > http://hotjobs.sweepstakes.yahoo.com/signingbonus >