Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PING: Recommend clearing persistent device IDs when clearing cookies #252

Closed
alvestrand opened this issue Sep 21, 2015 · 3 comments
Closed

Comments

@alvestrand
Copy link
Contributor

From Nick Doty:

"To say that such an identifier MUST persist across browsing sessions is a guarantee that the requirement won't be satisfied. Many users, for example, configure their browsers to delete all cookies on closing the browser. How about:

"Identifiers MAY be persisted across browsing sessions. Persistent identifiers let the application save, identify the availability of, and directly request specific sources."

Any site that assumes that identifiers will persist will set themselves up for failure (for example, when the user clears cookies); the spec should not encourage that false assurance."

The spec isn't clear that the IDs should be cleared together with cookies. It should be.

@mhofman
Copy link

mhofman commented Sep 21, 2015

How is this different than what was solved in #219 ?

@mhofman
Copy link

mhofman commented Sep 21, 2015

Since deviceId may persist across browsing sessions and to reduce its potential as a fingerprinting mechanism, deviceId is to be treated as other persistent storage mechanisms such as cookies [COOKIES]. User agents must reset per-origin device identifiers when other persistent storages are cleared.

@alvestrand
Copy link
Contributor Author

OK, spec is now clear (as of Aug 20). Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants