http://nagoya.apache.org/bugzilla/show_bug.cgi?id=201 *** shadow/201 Fri Mar 9 14:33:53 2001 --- shadow/201.tmp.7612 Fri Mar 9 14:33:53 2001 *************** *** 0 **** --- 1,21 ---- + +============================================================================+ + | http session is invalidated too frequently. BugRat Report#310 | + +----------------------------------------------------------------------------+ + | Bug #: 201 Product: Tomcat 3 | + | Status: UNCONFIRMED Version: 3.1.1 Final | + | Resolution: Platform: All | + | Severity: Normal OS/Version: All | + | Priority: High Component: Servlet | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + I am using TOMCAT as our JSP referenced implementation. We have several JSP's being +used in a single web session and we use a Java Bean with session scope using the +<jsp:useBean...> tag. The problem is that the http session gets invalidated between +JSP requests for some unknown reason and the Java Bean is lost. Any reference to the +bean raises a null pointer exception. + + How can I prevent the http session from being invalidated so frequently? it happens +to 1 out of 6 requests. Is this a bug in TOMCAT? how do I work around this? + + Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]