How can I maintain session data across multiple web servers, because if I go
to my web site (using jsp's and sessions) and get allocated one of the
available IP's, if the server is busy, I am then allocated another IP, hence
losing the session data that already exists at this stage (I can arrive at
my site from links on other sites). How can I tie a particular request to a
particular web server, regardless of how busy the web servers may be?

Thanks,
James

===========================================================================
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