Is it possble to share HttpSession objects between different Web applicaions
in a Servlet Container (i.e JRun)? Currently the session id remains the same
between one web app and the next,
but all the attributes set in the session disappear between the first app
and the second and the isNew returns true in the second app. When control
returns to the first web app, the
session attributes return and the isNew is false. It appears that
HttpSession objects are not shared between Web app. Is this correct? If so,
is there a work around so that the HttpSession objects can be shared between
Web Apps?

I know this is little off topic, but I searched everywhere and couldn't find
any solution.

Appreciate your replies//

Thanks in Advance

Rao

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

Reply via email to