Re: Sharing session between all the modules of an application

2001-05-17 Thread John Hogan
I believe you get a separate ServletContext per war. JohnH _ Get your free E-mail at http://www.ireland.com

Sharing session between all the modules of an application

2001-05-17 Thread Ismael
When you define an EAR application that contains several web modules (WAR files), should not be the session shared between all the modules to the application?. I think that this is one of the advantages of having several modules on the same application. I have tried it with two webapps but t