10.11 PERSISTENT_COOKIES_ENABLED Function
This function returns whether persistent cookies are enabled on the instance.
Instance administrators can control this value with the parameter
WORKSPACE_NAME_USER_COOKIE
.
Syntax
FUNCTION PERSISTENT_COOKIES_ENABLED
RETURN BOOLEAN;
Returns
TRUE
:WORKSPACE_NAME_USER_COOKIE
is set toY
or not set.FALSE
:WORKSPACE_NAME_USER_COOKIE
is set toN
.
Parent topic: APEX_AUTHENTICATION