Hitachi

uCosminexus Application Server Security Management Guide


5.11.4 Implementation of tag library-based logout session

The following is an example of logout implementation.

<%@ taglib uri="http://cosminexus.com/admin/auth/uatags" prefix="ua" %>
 
<ua:logout name="lc" />
...

When a <ua:logout/> tag that corresponds to the <ua:login/> tag is not explicitly specified, logout is implicitly performed when the session is disconnected.