From the course: CompTIA Security+ (SY0-601) Cert Prep: 2 Secure Code Design and Implementation

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Cookies and attachments

Cookies and attachments

- [Instructor] You may already be familiar with web cookies. These are small pieces of content that can track users between website visits and across different websites. Understanding the uses of cookies and how to remove them from a system is a critical task for privacy-minded security administrators. Cookies are stored in user browsers by websites, and they're typically used to track a single user or to retain information needed between sessions. There are some privacy risks associated with cookies. This is especially true when a cookie is used to track activity across multiple websites. This tracking might be theoretically anonymous, but as soon as you provide your name to just one of the websites using the same tracking cookie, your activity across all of those websites can become de-anonymized. This is of particular concern for cookies belonging to advertising networks that are used across a large number of sites.…

Contents