1. How to disable default servlet container session? stackoverflow.comIn 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.comI 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.comI am interested to ask... Is it possible to keep session between TWO war(s) on ONE web server. For example there are
|