Re: Stateless Tomcat Application

2006-06-28 Thread Leon Rosenberg
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

Re: Stateless Tomcat Application

2006-06-28 Thread dirk ooms
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