Oracle9iAS Portal Developer Kit

logout procedure (URL)

Contained in package wwsec_app_priv.

Call this procedure to log the current user off Oracle Portal and the Single Sign-On Server. After logging off, it points the user's browser to the page specified in the p_done_url parameter.

procedure logout

(

p_done_url in varchar2

);

Version: Oracle Portal 3.0.6.6.5 or later

Parameter:

p_done_url

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

Datatype: in varchar2

Exceptions:

This procedure raises no exceptions.

Example:

begin

if wwcts_api.is_logged_on then

wwsec_app_priv.logout;

end if;

end;

Related topics

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