Home > APEX_CUSTOM_AUTH > SET_SESSION_I...
Previous |
Next |
This procedure sets APEX_APPLICATION
.G_INSTANCE
global variable. This procedure requires the parameter P_SESSION_ID
(NUMBER
) which specifies a session ID.
Syntax
APEX_CUSTOM_AUTH.SET_SESSION_ID( p_session_id IN NUMBER);
Parameters
Table: SET_SESSION_ID Parameters describes the parameters available in the SET_SESSION_ID
procedure.
Example
In the following example, the session ID value registered is retrieved from the browser cookie.
APEX_CUSTOM_AUTH.SET_SESSION_ID(APEX_CUSTOM_AUTH.GET_SESSION_ID_FROM_COOKIE);