CLEAR_USER_CACHE Procedure

Previous
Previous
Next
Next

This procedure removes session state and application system preferences for the current user's session. Run this procedure if you reuse session IDs and want to run applications without the benefit of existing session state.

Syntax

HTMLDB_UTIL.CLEAR_USER_CACHE;

Parameters

None.

Example

BEGIN
       HTMLDB_UTIL.CLEAR_USER_CACHE;
END;