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 session to keep state. > The servlet also acts as a HTTP client, submitting xml data via a POST > to another servlet running on the same machine. > > Is there any way to have the second servlet have access to the same > session data that the first one has? > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
