On Wed, 2004-01-14 at 15:59, Ralph Einfeldt wrote:
> Just include the session id in the request.
> (As query parameter or as form field)
My problem is that I am submitting data via POST and the
Content-Type is text/xml, so I have no idea on how to pass extra
variables through.
I had thought tha
Ralph,
Is there any way to have the second servlet have access to the same
session data that the first one has?
>
Just include the session id in the request.
(As query parameter or as form field)
This will work as long as you are submitting the request to the same
server; if it's going to ano
Just include the session id in the request.
(As query parameter or as form field)
> -Original Message-
> From: Chris Picton [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 14, 2004 2:55 PM
> To: [EMAIL PROTECTED]
> Subject: Sessions and clients
>
> I have a servlet which uses a ses