>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 another server, you'll have to make sure that you use some kind of session replication.
-chris
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
