|
drop_session static procedure |
|
Contained in package wwsto_api_session. Call this procedure to delete the contents of a session store object. Note: Calls to this API must be prefixed by the Oracle Portal owner schema, e.g. PORTAL30. static procedure drop_session (
); |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_domain |
The domain name for the session store object. Datatype: in varchar2 |
|
p_sub_domain |
The subdomain name for the session store object. Datatype: in varchar2 |
|
Exceptions: This procedure raises no user-defined exceptions. Example: l_user_obj.drop_session (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |