You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Aymeric Alibert <Ay...@alliantenergy.com> on 2003/08/10 17:00:36 UTC

Sharing session between webapps

Hi,
 
I have two web applications running on the same Tomcat server. One is used for administration (webapp1) of the other one (webapp2). I would like my administration application to be able to set some session values in 'webapp2' and then redirect to 'webapp2'. The goal is to bypass the login page by directly setting-up the userid.
Is there any way to share sessions information between app?
Any other suggestion?
 
Thanks,
 
Aymeric.