Task #2935
Mis à jour par Serge Heiden il y a presque 3 ans
TXM portal software uses only functional cookies - no "third party" cookies - (see https://emploi.cnrs.fr/cookies.aspx for a definition).
Functional cookies usage agreement is not required by the user, but the user must be explicitly informed of cookies usage.
h3. Solution
Proposal (copied from emploi.cnrs.fr website):
* A At startup a top-banner must display with the following message:
<pre>
FR: Ce portail utilise des cookies pour son fonctionnement. En poursuivant la navigation, vous acceptez le dépôt de cookies dans votre navigateur. <br>(Pour en savoir plus, voir la <a target="_blank" href="html/Cookies.jsp">page décrivant l'usage des Cookies par le portail</a> )
EN: This portal uses cookies for its operation. By continuing your navigation, you accept the deposit of cookies in your browser. <br>(For more information, see the <a target="_blank" href="html/Cookies.jsp">page describing the use of Cookies by the portal</a> )</pre>
* with one button and a standard "close" cross button in the upper right corner:
** on Bouton "Close" or "close" cross button, "OK", the banner dialog box is hidden, cookies-informed cookie closed, acceptance of cookies is set to the current date assumed
* the cookies-informed cookie acceptation by the user must be set recorded for one year before displaying the banner beeing asked again
* a cookies related HTML page must be created
* if the user clicks on the "close (x)" button, the box is closed but the cookie is not created. The dialog box will be displayed again the next time the user visits the portal.
Implementation :
- the "cookies-informed-date" "consent-date" cookie stores the date of the last cookies validation
- when someone arrives on the portal, the portal tests test if the cookie "cookies-informed-date" "consent-date" exists, if not -> display show the cookies banner dialog
- if the "cookies-informed-date" "consent-date" cookie exists and if its date is older than one year -> show the cookies banner
- when the user closes the cookies banner with the "Close" "OK" button or the "(x)" close button the "cookies-informed-date" "consent-date" cookie is created with the current today's date (YYYY-MM-DD)
- when the user clicks on the "close (x)" button, the banner is closed but the cookie is not created. The banner will be displayed again the next time the user visits the portal.
Functional cookies usage agreement is not required by the user, but the user must be explicitly informed of cookies usage.
h3. Solution
Proposal (copied from emploi.cnrs.fr website):
* A At startup a top-banner must display with the following message:
<pre>
FR: Ce portail utilise des cookies pour son fonctionnement. En poursuivant la navigation, vous acceptez le dépôt de cookies dans votre navigateur. <br>(Pour en savoir plus, voir la <a target="_blank" href="html/Cookies.jsp">page décrivant l'usage des Cookies par le portail</a> )
EN: This portal uses cookies for its operation. By continuing your navigation, you accept the deposit of cookies in your browser. <br>(For more information, see the <a target="_blank" href="html/Cookies.jsp">page describing the use of Cookies by the portal</a> )</pre>
* with one button and a standard "close" cross button in the upper right corner:
** on Bouton "Close" or "close" cross button, "OK", the banner dialog box is hidden, cookies-informed cookie closed, acceptance of cookies is set to the current date assumed
* the cookies-informed cookie acceptation by the user must be set recorded for one year before displaying the banner beeing asked again
* a cookies related HTML page must be created
* if the user clicks on the "close (x)" button, the box is closed but the cookie is not created. The dialog box will be displayed again the next time the user visits the portal.
Implementation :
- the "cookies-informed-date" "consent-date" cookie stores the date of the last cookies validation
- when someone arrives on the portal, the portal tests test if the cookie "cookies-informed-date" "consent-date" exists, if not -> display show the cookies banner dialog
- if the "cookies-informed-date" "consent-date" cookie exists and if its date is older than one year -> show the cookies banner
- when the user closes the cookies banner with the "Close" "OK" button or the "(x)" close button the "cookies-informed-date" "consent-date" cookie is created with the current today's date (YYYY-MM-DD)
- when the user clicks on the "close (x)" button, the banner is closed but the cookie is not created. The banner will be displayed again the next time the user visits the portal.