CHIPS in Symfony 6.4/7.0: Adapting to the Cookieless Era

Brian Thiely
2 min readOct 30, 2023

Introduction

In a world where digital privacy has taken center stage, web browsers are evolving to mitigate the risks associated with third-party cookies. Symfony, always at the forefront of innovation, has introduced support for CHIPS (Cookies Having Independent Partitioned State) in its 6.4 and 7.0 versions, in anticipation of the gradual phasing out of third-party cookies by browsers like Google Chrome. This article delves into the new CHIPS cookies feature, its implementation in Symfony, and the impact it could potentially have on cookie management in web applications.

The Phasing Out of Third-Party Cookies: A Context

Web browsers, led by Google Chrome, are on a path towards phasing out third-party cookies, a decision that will start to take effect from mid-2024. Third-party cookies have been widely used for tracking users across different websites, but they pose privacy issues. CHIPS cookies emerge as a viable alternative, introducing a new Partitioned attribute when creating a cookie, thus enabling more privacy-compliant cookie management.

CHIPS Cookies: A Breath of Fresh Air

CHIPS cookies alter how cookies are stored and accessed, using two keys: a host key and a new partition…

--

--

Brian Thiely

💡🔧 Passionate about tech and innovation. ✍️ I write to enlighten 🌟, inspire 🚀, and connect 👥 experts and novices in the digital world 🌐.