When / what are the conditions when a JSESSIONID is created?
JSESSIONID
Is it per a domain? For instance, if I have a Tomcat app server, and I deploy multiple web
For links generated in a JSP with custom tags, I had to use
<%@ page session="false" %>
in the JSP
AND
request.getSession().invalidate();
in the Struts action