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]