You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/08/21 03:48:32 UTC

DO NOT REPLY [Bug 11879] New: - session shared between applications

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11879>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11879

session shared between applications

           Summary: session shared between applications
           Product: Tomcat 4
           Version: 4.0.4 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: elaine.chien@sun.com


According to the servlet2.3 specification, a new session should be created for 
each web application, even if the application is accessed through 
RequestDispatcher.

So if a servlet1 in application1 access a servlet2 in application2 via the 
RequestDispatcher, each servlet should have it's own session.

For tomcat 4.0.4, the same session is shared between the servlets.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>