Why don’t ask permission before putting cookies on computer? ...

Dani AI

Generated

Good follow-up to the thread from and — a couple of practical clarifications and up-to-date tips.

A cookie manager is useful, but modern browser and server controls give more reliable protection than P3P. Check cookie attributes (Secure, HttpOnly, SameSite) in your browser devtools to see how a cookie is restricted and whether it can be used for cross-site tracking; the protocol details are in the HTTP cookie spec and readable background is on MDN (MDN: HTTP cookies, RFC 6265). Focus on blocking third‑party cookies and trackers rather than blanket deletion if you want balance between privacy and convenience.

On policy and tooling: many regulators require explicit consent for nonessential cookies, so trust site consent UIs cautiously—P3P is a legacy format and is not relied on by modern browsers (W3C P3P spec). Practical steps that tend to work long-term are using browser privacy modes or separate profiles for accounts, container-tab extensions (Firefox Multi-Account Containers), script/blocking extensions (uBlock Origin, Privacy Badger), and network-level blocking (Pi-hole) to reduce cross-site tracking. For legal/implementation guidance about cookie consent, see official guidance such as the ICO’s cookies advice (ICO: Cookies and similar technologies).

Recommended Answers

All 2 Replies

Alot of sites (Like this one) require cookies to hold your login session!!

If you clear your cookies for example,close your browser and then come back here,your browser will lose sync with your current "session" and you will have to re-login to re-sync things.. (Clearing your cookies will only drop you from the site,it doesnt YOU OUT of your current session)

Okay..

( I have cookie management program & P3P now)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.