privacy:cookies
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| privacy:cookies [2025/03/04 13:53] – [First- and Third-Party Cookies] highlighting common misconception karelkubicek | privacy:cookies [2026/08/31 19:48] (current) – Add one sentence pointing to the new Privacy:Browser storage page for persistence that is not a Set-Cookie. Authored by Claude karel.kubicek.claude | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Classifying Cookies ====== | ====== Classifying Cookies ====== | ||
| - | Browser cookies are still the most commonly used method for tracking the session state of websites and the identity of visitors. According to prior studies, between 80% in 2012 {[roesner2012_detecting]} and 90% in 2019 {[solomos2019_clash, | + | Browser cookies are still the most commonly used method for tracking the session state of websites and the identity of visitors. According to prior studies, between 80% in 2012 {[roesner2012_detecting]} and 90% in 2019 {[solomos2019_clash, |
| Below, we discuss two main classification methods: using datasets of labeled cookies or machine learning (ML) to classify cookies based on their context and request URL. But first some preliminaries. | Below, we discuss two main classification methods: using datasets of labeled cookies or machine learning (ML) to classify cookies based on their context and request URL. But first some preliminaries. | ||
| + | |||
| + | This page is about cookies. A site can persist an identifier in several other places — '' | ||
| ===== First- and Third-Party Cookies ===== | ===== First- and Third-Party Cookies ===== | ||
| Line 130: | Line 132: | ||
| Edit your crawler to load the profile before starting the crawl and to extract the cookie category data afterward: | Edit your crawler to load the profile before starting the crawl and to extract the cookie category data afterward: | ||
| - | <file python | + | <file python |
| import json | import json | ||
| from selenium import webdriver | from selenium import webdriver | ||
privacy/cookies.1741096380.txt.gz · Last modified: by karelkubicek
