RE: Problem: Sharing session between two services

2004-11-04 Thread Omri Spector
Message- From: Omri Spector Sent: Thursday, November 04, 2004 11:57 AM To: [EMAIL PROTECTED] Subject: Problem: Sharing session between two services Hi all, I am writing a client application using Axis to access web services. The server publishes an "Authentication" service and

Problem: Sharing session between two services

2004-11-04 Thread Omri Spector
Hi all, I am writing a client application using Axis to access web services. The server publishes an "Authentication" service and a bunch of "Functional" services. I am expected to login using the first and then call the other services passing the same session cookie. A .Net client worked fine,