Best Practice N°27 - Level 3- Section cookies
Description
The cookies have an explicit name which makes it possible to identify the site that they are from.
Objectives
Enable users to identify the origin of cookies that are present in their agents.
Possible technical solutions:
Prefix the cookies with the domain name of the site (for example : sitename_com_prefs, sitename_com_lastvisit).
Control methods:
Check that cookies delivered by the site carry an explicit name.
Put these Best Practices to use.