Hi, I've a simple question.

Since a HttpSession is maintained between a
client IP & a server IP, how does it work in case
of the client being behind a firewall/proxy server?

Scenario: lets say we have 2 clients C1 & C2 whose
requests are routed throught their proxy server P to
an external webserver W.

In this scenario, does W have just one HttpSession
with P (for both C1 & C2)?

Or, does W use some other info (like cookies) to
maintain seperate HttpSessions for C1 & C2?

Thx, Ram.

__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

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