Oracle9iAS Portal Developer Kit

get_logout_url function

Contained in package wwsec_app_priv.

Call this function to return the URL of the procedure that logs off the current user from Oracle Portal and the Single Sign-On Server.

function get_logout_url

(

p_done_url in varchar2 default wwctx_api.get_product_schema || '.home'

)

return varchar2;

Version: Oracle Portal 3.0.6.6.5 or later

Parameters:

p_done_url

The URL of the page to be displayed after the user is logged off.

Datatype: in varchar2
Default: wwctx_api.get_product_schema || '.home'

Returns:

This function returns the URL of the page to display to log off the current user from Oracle Portal and the Single Sign-On Server.

Exceptions:

This function raises no exceptions.

Example:

begin

htp.anchor

(

curl => wwsec_app_priv.get_logout_url,
ctext => wwsec_ui.nls ('logout_link_text')

);

end;

Related topics

The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio