Portal Authentication and Entitlement Authorization
Tag logout


Description

This causes the user to be removed from Servlet Session (on all single-signon webapps) as well as from the thread. By default, it also invalidates all sessions the user is a part of.


Tag Information
Tag Classcom.bea.p13n.authentication.servlets.jsp.taglib.LogoutTag
TagExtraInfo ClassNone
Body Contentempty
Display NameLogout

Attributes
NameRequiredRequest-timeDescription
invalidateSessionsfalsetrue True to invalidate all sessions the user is part of. If false, you can still do a request.getSession().invalidate() to invalidate just the current request's session. Defaults to true.
removeProfilefalsetrue True to explicitly remove the user's profile from the session. This will cause it to get reinitialized to an anonymous profile on the next request. This will automatically happen if invalidateSessions is true or if the session is invalidated. Defaults to false.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.

Copyright © 2008, ${product.vendor} and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.