Portal User Management
Tag logout


Description

Deprecated. Use 'logout' in ugm_taglib. 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.usermgmt.servlets.jsp.taglib.LogoutTag
TagExtraInfo ClassNone
Body Contentempty
Display NameLogout

Attributes
NameRequiredRequest-timeDescription
invalidateSessionsfalsetrue Deprecated. Use 'logout' in ugm_taglib. 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 BEA Systems, Inc. All Rights Reserved.