Issue
-
We have enabled Liferay's cookie consent banner for our site.
-
Could you please guide us on where to locate the log of cookies accepted by our site visitors?
-
As a point of reference, here is an example of how the cookie acceptance history is displayed in WordPress's GDPR Cookie Consent Plugin.
Environment
- Liferay DXP 7.4+
Resolution
LPD-23581 Expand the Cookie feature to include cookie acceptance history
- The cookies are currently only persistently saved in the browser, the portal only stores the information in memory on the server side. Cookie information and end-user preferences are only available on the client side - meaning that the options saved by each user is stored in their browser.
Workarounds
- Use Analytics Cloud's Custom Events feature
- Create a customized solution using JavaScript that would store the data, perhaps using our Objects framework
-
Please note that any of these approaches may not be GDPR-compliant.
For further information about GDPR, please see the details on our commitment to GDPR.
Additional Information
- Enabling GDPR Compliance for Cookies
-
LPS-176582 As an admin user, I want my objects data GDPR compliant by integrating with UAD framework
↳LPD-5017 Investigate How to Integrate Objects With GDPR