8.14 REMOVE_CURRENT_PERSISTENT_AUTH Procedure

This procedure removes all Persistent Authentication entries for for the user's current browser.

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