6.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 to Y or not set.

  • FALSE: WORKSPACE_NAME_USER_COOKIE is set to N.