Container « Session « JSP-Servlet Q&A





1. How to disable default servlet container session?    stackoverflow.com

In J2EE web application, how do I disable the default HttpSession creation? We have our own way of tracking session, we don't use default jsp/servlet session but the default session sets cookie ...

2. Session replication, how does a container suppose to work?    stackoverflow.com

I would be interested in some timing details. FOr example I place in session some container, whcih can keep different data. I do change of content of the container frequently. How ...

3. servlet session and two war files    stackoverflow.com

I am interested to ask... Is it possible to keep session between TWO war(s) on ONE web server. For example there are

  • A) war file A
  • B) war file B war file A has
...
String ...