Thanks a lot for responding David. 

" Hmm, perhaps patch into the Jetspeed-1 logout action and dispatch to a

logout url in your struts app?"

I already have a custom logout action. Do you mean I can somehow invoke
a invalidate on the session that belongs to the struts webapp from
within the Jetspeed logout action. The struts webapp that I have does
not have any logout action in it. Could you please give some more
pointers or elaborate on what you mentioned here? 

I was looking to see if somehow I can override the JEtspeedFusionPortlet
action to pass in additional request parameters to the struts app that
uniquely identifies the user who logged in with some id. When the user
logs out the struts webapp will have knowledge of the user that logged
out based on this id and it can do session invalidation when it knows
which user logged out. Any ideas, suggestions here? 

Thanks once again,
Regards,
Archana



-----Original Message-----
From: David Sean Taylor [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 19, 2005 3:11 AM
To: Jetspeed Users List
Subject: Re: HELP!! Jetspeed 1.6-Fusion question

Archana Turaga wrote:
> Hi,
> Please experts help. I have a filter in my struts app that gets the
user
> info from the REnderRequest method of getRemoteUser(). My questions
are
> as follows:
> 
> 1) Since the portal that is hosting the struts app is one webapp and
the
> struts app itself is another webapp there are two sessions getting
> created Right?

yes, two sessions, one for jetspeed, one for your struts app

> 2) How do I sync up these two sessions i.e. when I logout of the main
> portal's session what can I do to invalidate the hosted
webapplication's
> session?

Hmm, perhaps patch into the Jetspeed-1 logout action and dispatch to a 
logout url in your struts app?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


This e-mail transmission may contain information that is proprietary, 
privileged and/or confidential and is intended exclusively for the person(s) to 
whom it is addressed. Any use, copying, retention or disclosure by any person 
other than the intended recipient or the intended recipient's designees is 
strictly prohibited. If you are the intended recipient, you must treat the 
information in confidence and in accordance with all laws related to the 
privacy and confidentiality of such information.  If you are not the intended 
recipient or their designee, please notify the sender immediately by return 
e-mail and delete all copies of this email, including all attachments.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to