Hi, can anyone tell me how a HTTP Session is used/shared between different web applications in a web container and how I should use the session specific element in the web app. deployment descriptor in this case (I am using WLS5.1) I find the specs a little bit vague at this point.
Thanks alot!!!
-
HTTP Sessions and Web applications... (2 messages)
- Posted by: Mikael Forslund
- Posted on: January 10 2001 13:03 EST
Threaded Messages (2)
- HTTP Sessions and Web applications... by Dave Wolf on January 11 2001 04:25 EST
- HTTP Sessions and Web applications... by Mahesh Somani on July 28 2001 19:11 EDT
-
HTTP Sessions and Web applications...[ Go to top ]
- Posted by: Dave Wolf
- Posted on: January 11 2001 04:25 EST
- in response to Mikael Forslund
HttpSessions are not shared between J2EE web applications but are rather bound to a specific web application.
Dave Wolf
Internet Applications Division
Sybase
-
HTTP Sessions and Web applications...[ Go to top ]
- Posted by: Mahesh Somani
- Posted on: July 28 2001 19:11 EDT
- in response to Dave Wolf
Does anyone know if the HTTP Session can be shared between different web modules (war files) which are part of the same enterprise application (ear file). The J2EE specs are not specific in this regard.
Trying to share HTTP Session between different enterprise application is not supposed to work as specified in the Servlet specs.