@Melaskia I’ll be honest: I don’t even completely understand what the term “third party cookie” means at the level of sending set-cookie headers!
Top-level
@Melaskia I’ll be honest: I don’t even completely understand what the term “third party cookie” means at the level of sending set-cookie headers! 1 comment
|
@simon A first party cookie is when the website sends a cookie for its corresponding domain.
A Third party cookie is when you have a library (like GA) trying to set up a cookie on a separate domain.
Third party cookie will usually last until the active session of the browser or some expiry time deciding by the browser.