Hi, We have two web applications, a Struts-application and a strutsless application.
Both web applications have to use the same session. It appears that both apps do have a session with the same id, but the session-objects are different and so all the attributes the two session-objects contain. These session-objects exist at the same time. Does Struts provide it's own session object? And if so how can I share the session between the two apps? I depend on the objects stored in the session of the strutsless app. As it may be important to the problem: These two web applications run on two different subdomains of our domain. To be able to use the same session for both applications we specified a cookie domain (Feature of the Resin Servlet-Engine). This feature works fine except for the strutspowered app. -- Regards Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]