|
is_session_authenticated function |
|
Contained in package wwctx_api. Call this function to check whether
a session ID is a valid, authenticated session. function is_session_authenticated
) |
|
Version: Oracle9iAS Portal 9.0.2 or later |
|
|
Parameters: |
|
|
p_sessionid |
The session ID to be checked.. Datatype: in number |
|
Returns: This function returns TRUE if the specified session is a current valid authenticated session, FALSE otherwise. Exceptions: This function raises no user-defined exceptions. Example: v_valid := wwctx_api.is_session_authenticated
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |