Actually, you should have the path set in the cookie, too. Verify looking at your browser cookies.
Be sure not to have something like: emptySessionPath="true" in the connector definition in server.xml (usually we have to set it to true because when not set or set to false we have errors due to security checks made by DWR on crossdomain scripting) On Friday 23 January 2009 18:35:11 Stefano Nichele wrote: > Hi All, > I have a strange (for me?) requirement for my application. > Basically I have webapp A deployed in Tomcat A and webpp B deployed in > Tomcat B. webappA is the "main" webapplication that provides the main > web page to the the browser. That page contains an IFrame that points to > webappB. > > Is there a way to have/use different JSESSIONID for the webapps ? I know > the browser handles the cookies per hostname, is there a way to handle > cookies per path (webapp) ? > > Thank in advance > ste > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > >