COOKIE_NAME_SUFFIX
COOKIE_NAME_SUFFIX ='-tcf'
Also ported to `getCurrentTcfStringFromCookie.tsx`.
Save the TCF string / consent in a dedicated cookie.
$me :\DevOwl\RealCookieBanner\lite\TcfConsent
Singleton instance.
consentSetCookie(string $cookieName,string $cookieValue,boolean $result,boolean $revoke)
Automatically delete the TCF cookie when the original cookie gets deleted.
string | $cookieName | |
string | $cookieValue | |
boolean | $result | Got the cookie successfully created? |
boolean | $revoke |
|