Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14256-06

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.


Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14256-06

Copyright © 2011, Oracle. All rights reserved.