Does anyone on the mailing list know how to handle Http sessions with multiple app servers? If I want to put a hardware load balancer in front of two or more servers, how do I make a Http Session created for a user, shared between the app servers. Since requests can be load balanced to any of the servers, a session that is started on one server is not seen on another server unless the servers can share the sessions. I am using WebLogic, but would also be interested in knowing how other servers such as Tomcat would handle this. Also, I don't want to use a sticky-bit with the load balancer. Thanks, Richard Zoho (Z)* *The Premier Online Hospitality Marketplace ============================================================================ Richard Yee Zoho Corporation 470 Potrero Ave. Sunnyvale, CA. 94086 408-469-4216 [EMAIL PROTECTED] ============================================================================ =========================================================================== 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
