<um:logout> Tag

The <um:logout> tag ends the current user's WebLogic Server session. This tag should be used in combination with the <um:login> tag.

Note: All User Management tags send results to the same file. If you are checking for results, include this import statement at the top of the page: <%@ page import="com.bea.p13n.usermgmt. servlets.jsp.tags.UserManagementTag- Constants" %>

Syntax

<tagName attribute="value" />

Attributes

None.

Example

<um:logout />

This tag is also used in the Login to Portal Portlet sample.

Related Topics

<um:login> Tag