You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Billy Ng <kw...@earthlink.net> on 2003/04/07 10:18:29 UTC

Open new Window with new session

Hi folks,

Would anybody please tell me how can I open a new Window with new session from the parent Window with Struts?  Is it possible to do it  in the html:link tag?

Thanks!

Billy Ng

RE: Open new Window with new session

Posted by Andrew Hill <an...@gridnode.com>.
Im having the same problem. Looks like the other windows functionality will
need to be seperated out into a different application with its own war file
and context path, but Ive not had time to try yet.

-----Original Message-----
From: Nicolas De Loof [mailto:nicolas.deloof@cgey.com]
Sent: Monday, 7 April 2003 16:24
To: Struts Users Mailing List; Billy Ng
Subject: Re: Open new Window with new session


I don't thik it is possible if you use cookies for session handling, as
cookie are shared by the browser session (two
windows form the same borwser instance).

Using URL rewriting you can force a new session to be created.

Nico.


Hi folks,

Would anybody please tell me how can I open a new Window with new session
from the parent Window with Struts?  Is it
possible to do it  in the html:link tag?

Thanks!

Billy Ng


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: Open new Window with new session

Posted by Nicolas De Loof <ni...@cgey.com>.
I don't thik it is possible if you use cookies for session handling, as cookie are shared by the browser session (two
windows form the same borwser instance).

Using URL rewriting you can force a new session to be created.

Nico.


Hi folks,

Would anybody please tell me how can I open a new Window with new session from the parent Window with Struts?  Is it
possible to do it  in the html:link tag?

Thanks!

Billy Ng


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org