We expect that since we shipped Total Cookie Protection, partitioning cookies, the amount of cookies set in profiles has increased. We should quantify this using telemetry. If we store many more cookies (per top level site) with TCP there is the risk that recently used cookies get purged too early leading to data loss and an overall bad user experience when browsing. Relevant prefs: ``` network.cookie.maxNumber network.cookie.maxPerHost ```
Bug 1828942 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
We expect that since we shipped Total Cookie Protection, partitioning cookies, the amount of cookies set in profiles has increased. We should quantify this using telemetry. If we store many more cookies (per top level site) with TCP there is the risk that recently used cookies get purged too early leading to data loss and an overall bad user experience when browsing. This topic also came up at TPAC 2022 where folks from Safari/Webkit mentioned that they had concerns over partitioning 3rd-party by default because of potentially larger cookie jars. Relevant prefs: ``` network.cookie.maxNumber network.cookie.maxPerHost ```