-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

> What I actually have are 2 servlet 
> zones. One zone has a servlet com.wdr.FTB.FTBServlet which many users are
> using. I have a second zone which I am using for development of the same
> com.wdr.FTB.FTBServlet. When I swap between the 2 servlets, I have to log
> back in (i.e new HttpSession) each time. Is it to be expected that I can
> have a servlet of the same name in JServ via a different zone and retain
> HttpSession's ? (or does JServ unload whichever version is loaded, when the
> other one is called ?)

Sessions do not cross zones.

-jon



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to