We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deux cookies sont créés comme on le voit ici :
_pk_id et _pk_ses
_pk_id
_pk_ses
Il faudrait comprendre si c'est un cookie de fonctionnement interne (pour protéger par ex cross-site-scripting, CSRF...)
The text was updated successfully, but these errors were encountered:
il semblerait que ce soit matomo qui pose ces cookies :
https://cookiedatabase.org/cookie/matomo/_pk_id/
Pour les supprimer il faut configurer le scriptlet avec
_paq.push(['disableCookies'])
cf https://matomo.org/faq/general/faq_157/
Cela a les implications suivantes (à voir si c'est OK pour nous) : https://matomo.org/faq/general/faq_156/
Sorry, something went wrong.
No branches or pull requests
Deux cookies sont créés comme on le voit ici :
_pk_id
et_pk_ses
Il faudrait comprendre si c'est un cookie de fonctionnement interne (pour protéger par ex cross-site-scripting, CSRF...)
The text was updated successfully, but these errors were encountered: