7.14 REMOVE_CURRENT_PERSISTENT_AUTH Procedure

This procedure removes all Persistent Authentication entries for a user and ends all related sessions in the current workspace.

Syntax

APEX_AUTHENTICATION.REMOVE_CURRENT_PERSISTENT_AUTH;

Parameters

None.

Example

This example invalidates the user’s persistent authentication cookies for the current browser and application.

apex_authentication.remove_current_persistent_auth;

See Also:

LOGIN Procedure