Skip to content
New issue

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

Meta: Update Cookie Implementations #14904

Closed
MichaelRoosz opened this issue Sep 20, 2019 · 2 comments
Closed

Meta: Update Cookie Implementations #14904

MichaelRoosz opened this issue Sep 20, 2019 · 2 comments
Labels
answered For when a question was asked and we referred to forum or answered it. c: Privacy For issues that impact or improve the privacy. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. RFC Indicates the issue is a request for comments where the author is looking for feedback.

Comments

@MichaelRoosz
Copy link
Contributor

MichaelRoosz commented Sep 20, 2019

We have lots of open issues with the cookies Matomo is using, so I think it makes sense to collect all relevant issues we have here.

Please feel free to add more tickets and or ideas.

My plan is to find a solution and create mergeable pull requests for all these issues before the end of October so that they can be included in one of the upcoming releases and before the "SameSite" cookie flag changes get released with Chrome 80.

Cookies Matomo is using at the moment:

Cookies using the PHP Session Manager:

  • Matomo Auth Cookie (MATOMO_SESSID)

Cookies using the PHP Cookie class:

  • Opt-Out IgnoreCookie (piwik_ignore)
  • 3rd Party Cookie (_pk_uid)
  • Language Manager Cookie (matomo_lang)

Cookies used by the JS Tracker (1st party cookies):

  • _pk_id
  • _pk_ses
  • _pk_ref
  • _pk_cvar
  • mtm_consent
  • mtm_consent_removed

Relevant for all PHP (cookie class and php session) cookies:

Relevant for all PHP cookie class cookies:

Opt-Out IgnoreCookie (piwik_ignore):

3rd Party Cookie (_pk_uid):

JS Tracker 1st Party cookies:

@Findus23 Findus23 added this to the 3.12.0 milestone Sep 20, 2019
@Findus23 Findus23 added the Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. label Sep 20, 2019
@mattab mattab added the RFC Indicates the issue is a request for comments where the author is looking for feedback. label Sep 26, 2019
@mattab mattab modified the milestones: 3.12.0, 3.13.0 Sep 26, 2019
@tsteur
Copy link
Member

tsteur commented Oct 4, 2019

Cheers @MichaelHeerklotz very appreciated

@mattab
Copy link
Member

mattab commented Jan 4, 2024

Great news is that almost all issues linked here are now closed, so I will also close this one, and thank you for raising these issues back then! Very appreciated. And happy new year! 🎉

@mattab mattab closed this as completed Jan 4, 2024
@mattab mattab added the answered For when a question was asked and we referred to forum or answered it. label Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it. c: Privacy For issues that impact or improve the privacy. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. RFC Indicates the issue is a request for comments where the author is looking for feedback.
Projects
None yet
Development

No branches or pull requests

5 participants