I am planning to split the load to the site by putting 2 servers with exact
same JSP-Servlet pages like this:
Client PC ---- Gateway ----- Server 1
----- Server 2
If I have a session object and the session ID is passed with EncodedURL
method, then, when next time the client is redirected to server 2, the
session ID will be invalid because the corresponding session object is in
server 1.
Please give me some hint on how to solve this problem.
Anthony
---------------
$B%"%s%=%s%K!<!!%^%C%/ (B
$B%j%s%/>pJs%7%9%F%`3t<02q<R (B
$B%"%I%P%s%9;v6HIt!! (BE9 $B%A!<%` (B
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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
