Authentication (was RE: Services sharing same session)

2003-11-13 Thread chris
t: Re: Services sharing same session Hi, Can this technique be used to go from a form-based authenticated servlet to a basic-auth protected web service? For example, if a servlet that is protected by form-based auth needs to make a web service call that is protected by basic-auth, will this m

Re: Services sharing same session

2003-11-12 Thread Andre Charbonneau
by O'Reilly in 2004. -Original Message- From: Magnus Sandberg [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 3:47 AM To: [EMAIL PROTECTED] Subject: Services sharing same session Hi, I have several Services running in the same Webapp. Axis seems to generate both serve

RE: Services sharing same session

2003-11-09 Thread chris
: Thursday, November 06, 2003 3:47 AM To: [EMAIL PROTECTED] Subject: Services sharing same session Hi, I have several Services running in the same Webapp. Axis seems to generate both server and client side OK - but I'd like to share the Session between the different services. A simple mainta

AW: Services sharing same session

2003-11-07 Thread Thomas Bayer
erstag, 6. November 2003 09:47 > An: [EMAIL PROTECTED] > Betreff: Services sharing same session > > > > Hi, > > I have several Services running in the same Webapp. Axis seems to > generate both server and client side OK - but I'd like to share the > Session between the

Services sharing same session

2003-11-06 Thread Magnus Sandberg
Hi, I have several Services running in the same Webapp. Axis seems to generate both server and client side OK - but I'd like to share the Session between the different services. A simple maintainSession() on the client and a getSession() on the server side doesn't seem to be good enough. I have a