Hi
In Cookie Manager, I can make custom Cookies categories and with API I can list them using CookieManager.GetCategories()
and inturn also list cookies selected/added in those categories CookieManager.GetCategoryCookies( [Cookies categorie] )
eg. CookieManager.GetCategoryCookies("Marketing") will list the cookies selected/added in the custom categori named Marketing
But that only works for custom categories
How do i list the cookies selected/added under "Secure cookies" and "Tracking" (the 2 default categories) ?
/Thomas