Oracle9iAS Portal Developer Kit

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

(

p_domain in varchar2,

p_sub_domain in varchar2

);

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

(

p_domain => 'PORTAL',
p_sub_domain => 'TEST'

);

Related topics

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