I've got a question about session state. I'm guessing that the session
management in JSP is relative to a single web server, and that all
subsequent hits for a session need to be routed through the same web
server that created the session.
Is there any way to override the session state persistance mechanism to
implement a distributed session capability, so that a web server farm
could handle all sessions without session routing?
Thanks,
Mark
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".