On 6/28/06, dirk ooms <[EMAIL PROTECTED]> wrote:
AFAIK there are 2 situations in which Tomcat creates a HttpSession (generating
JSESSIONIDS) without an explicit call to request.getSession():
- when the form-based login procedure is used
- when jsp's are compiled, a session will automatically be
AFAIK there are 2 situations in which Tomcat creates a HttpSession (generating
JSESSIONIDS) without an explicit call to request.getSession():
- when the form-based login procedure is used
- when jsp's are compiled, a session will automatically be created by the JSP
engine (also for jsp's that ha