Hello,

It is possible to have session variables preserved across Tomcat
contexts?

For example,  if a  user  accesses

 /<hostname>/ABC/somePage.jsp

and is redirected to=3D20

 /<hostname>/XYZ/aDifferentPage.jsp

can the session variables that were present during the first page be
preserved??   If so, what is the technique needed to achieve this?

We seem to be losing our session variables in website we are developing
when we navigate to a different context even though it is on the same
server.  It will not be convenient for us to put everything under one
big context so I was hoping to get a solution to this.

Thanks,
Keith


Reply via email to