Hi

I want to maintain session information across a load balanced webserver. How do
i do it?

The problem is as follows.

There is an array of webservers across which requests from the client are load
balanced. In such a scenario,
lets say a request from USER1 for PAGE1 will be processed by SERVER1. When USER1
enters the information
in PAGE1 and hits submit, PAGE2 has to be made available. This request can go to
SERVER2 also. How do I
maintain the session in this case?

Hope i have made the question clear!

Thanks for ur insights.
K Ramesh

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to