Servlet Contexts and sessions

2001-04-06 Thread Andy Mauro
Hey all. This is sortof a JSP/Servlet related question, but it falls within the scope of this forum: Can someone give me a compelling reason why sessions cannot be shared across contexts? I realize this is part of the Servlet 2.2 spec, and not strictly speaking a tomcat issue, but perhaps there

sharing sessions between contexts

2001-03-29 Thread Andy Mauro
Hey all. Background: We are packaging our apps as a collection of functional modules. For example a shopping cart app would be packaged as multiple Servlet2.2 WAR (web application archive) files that would then be deployed in a servlet container. Each webapp (e.g. cart, store, checkout) would be