|
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 (
); |
|
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
end; |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |