How to invalidate portlet session on logout?
hub <[email protected]> Tue, 17 Nov 2009 03:09:36 -0800 (PST)
| Newsgroups | gmane.comp.jakarta.pluto.user |
|---|---|
| Message-ID | <[email protected]> |
Hello,
How do I invalidate all portlet sessions on logout?
in my logout.jsp in the portal I do the following
<%
session.invalidate();
%>
This invalidates the "portal" session but my portlet sessions are not
invalidated.
I use objects with implement the HttpSessionBindingListener interface. These
should be called, when the user logs out and the portlet session is
invalidated. I need to do some cleanup for attributes I stored on the
portlet session.
Thank you for helping
Hub
--
View this message in context: http://old.nabble.com/How-to-invalidate-portlet-session-on-logout--tp26388080p26388080.html
Sent from the Pluto - User mailing list archive at Nabble.com.