hi folks,

thanks very much for your support! the portlet messaging looks promising. iŽll 
give it a try. in the meantime iŽve played successfully with jsf phaselisteners 
and application scope session variables to share data between portlets.

but now something else bothers me:
pluto doesnŽt have an sso mechanism like jetspeed. thatŽs good, because i want 
to do it myself :). so far iŽve only seen portlet sessions (i each portlet has 
itŽs own session) but i couldnŽt figure out a way to invalidate the global 
session (portletcontainer session). for example when a logout button is pressed 
or to detect when the session is timed out.

how do i do that?

btw. the following code for example doesnŽt remove the sessionvariable 
"username" set previously. why?

ActionRequest request  = (ActionRequest)(externalContext.getRequest());
request.removeAttribute("username");

regards,
nicolas
______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193

Reply via email to