You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Danny Collins <dc...@maine.rr.com> on 2002/02/06 02:37:52 UTC

Opening one struts app from another without sharing sessions

Hello everyone,
            I was wondering if anyone had any idea how to open one
struts application from another struts application without sharing a
single session?
 
            In my main app, we have the need to launch a small separate
application, that is also struts based, but all I can seem to find to
use is window.open and  in IE that ends up sharing session data, which
is highly undesirable. 
 
Any ideas,
 
TIA
Danny