According to Portlet 2.0 spec PLT.18.4:

    If the HttpSession object is invalidated, the PortletSession object must
also be invalidated by the portlet container.

How do you detect that your portlet sessions are not being invalidated?

Brett

On Tue, Nov 17, 2009 at 10:09 PM, hub <[email protected]> wrote:

>
> 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.
>
>

Reply via email to