OpenWGA 7.10 - WebTML reference

WebTML tags » url

<tml:url type="logout" >

Purpose:

Creates an url which allows the user to logout from an OpenWGA domain.

Description:

Creates an url which allows the user to logout from the OpenWGA domain of the current application. If you want to logout from another domain than the one of the current context then use attribute db to specify an application of the domain to log out from.

After logout the browser will get redirected to the originating page. You can alter that by adding a <tml:param type="url" name="redirect"> into the <tml:url> tag content which contains an alternative redirect URL. This will overwrite the "redirect" URL parameter which determines where to redirect after logout.