Actions
Bug #88950
closedCooke "fe_typo_user" is set when widget.autocomplete is used
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2019-08-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hey,
I have a site which needs the user consent before any cookies can be set. (Opt-In instead of Opt-Out)
However, the Cookie for "fe_typo_user" is still set, even tho it should not be the case anylonger (issue https://forge.typo3.org/issues/84866).
If you happen to use the widget "autocomplete" it will generate you the cookie.
Tested against a page with multiple plugins inserted and only the autocomplete widget triggers the cookie.
I tried debugging the issue but I could not see any middleware adding the cookie or somewhere around request.
Any help is appreciated.
Tested against 9.5.8 with PHP 7.3.
I've installed the extension "gdpr" in the hopes it would fix the issue, but it didnt.
~Pascal
Actions