Re: sharing same session across multiple webapp

2007-04-09 Thread Johnny Kewl
t; <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, April 09, 2007 6:17 PM Subject: Re: sharing same session across multiple webapp Thank you to you both, I understand now at what think at when you indicate using a "shared context"; it can help to exchange d

Re: sharing same session across multiple webapp

2007-04-09 Thread Dominique Jocal
Thank you to you both, I understand now at what think at when you indicate using a "shared context"; it can help to exchange data between 2 webapps, and so, after some implementation, to have this session sharing. It's however requiring some implementation, to "map" the 2 sessions and to manage

Re: sharing same session across multiple webapp

2007-04-09 Thread Johnny Kewl
Always a big question... search the web and you find many different approaches Here is an article how to do it using servlet contexts... http://www.fwd.at/tomcat/sharing-session-data-howto.html But maybe clustering is what you looking for Have a look at tomcat clustering and session replication

Re: sharing same session across multiple webapp

2007-04-08 Thread Rashmi Rubdi
I think it is possible, if you set the crossContext="true" , in both application's Context. Details on crossContext attribute is here: http://tomcat.apache.org/tomcat-6.0-doc/config/context.html -Rashmi On 4/8/07, Dominique Jocal <[EMAIL PROTECTED]> wrote: Is there a way in Tomcat to share th