Bug 11879 - session shared between applications
Summary: session shared between applications
Status: RESOLVED DUPLICATE of bug 4690
Alias: None
Product: Tomcat 4
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 4.0.4 Final
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-21 01:48 UTC by Elaine Chien
Modified: 2005-03-20 17:06 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elaine Chien 2002-08-21 01:48:31 UTC
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.
Comment 1 Remy Maucherat 2002-08-21 07:09:44 UTC

*** This bug has been marked as a duplicate of 4690 ***