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
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
: 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
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
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