<ugm:logout> Tag

The <ugm:logout> tag ends the current user's WebLogic Server session. This tag should be used in combination with the <ugm: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.taglib.UserManagementTagConstants" %>

Syntax

<tagName attribute="value" />

Attributes

None.

Example

<ugm:logout />

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

Related Topics

<ugm:login> Tag