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 top-banner must display 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 portal's use of Cookies</a> 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, the banner is hidden, txm_cookies_informed cookie is set to the current date
* the txm_cookies_informed cookie must be set for one year before displaying the banner again
* a cookies related HTML page must be created
Implementation :
- the "txm_cookies_informed" cookie stores the date of the last cookies validation
- when someone arrives on the portal, the portal tests if the cookie "txm_cookies_informed" exists, if not -> display the cookies banner
- if the "txm_cookies_informed" 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" button or the "(x)" close button the "txm_cookies_informed" cookie is created with the current date (YYYY-MM-DD)
h3. Default Cookies.jsp file content
EN:
<pre>
TXM uses 3 cookies to work:
<ul>
<li>"Glog": portal software debug management</li>
<li>"JSESSIONID": portal user session management</li>
<li>"txm_cookies_informed": portal cookies management</li>
</ul>
</pre>
FR:
<pre>
TXM utilise 3 cookies pour fonctionner :
<ul>
<li>"Glog" : gestion du debug du logiciel du portail</li>
<li>"JSESSIONID" : gestion des sessions utilisateur du portail</li>
<li>"txm_cookies_informed" : gestion des cookies du portail</li>
</ul>
</pre>
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 top-banner must display 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 portal's use of Cookies</a> 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, the banner is hidden, txm_cookies_informed cookie is set to the current date
* the txm_cookies_informed cookie must be set for one year before displaying the banner again
* a cookies related HTML page must be created
Implementation :
- the "txm_cookies_informed" cookie stores the date of the last cookies validation
- when someone arrives on the portal, the portal tests if the cookie "txm_cookies_informed" exists, if not -> display the cookies banner
- if the "txm_cookies_informed" 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" button or the "(x)" close button the "txm_cookies_informed" cookie is created with the current date (YYYY-MM-DD)
h3. Default Cookies.jsp file content
EN:
<pre>
TXM uses 3 cookies to work:
<ul>
<li>"Glog": portal software debug management</li>
<li>"JSESSIONID": portal user session management</li>
<li>"txm_cookies_informed": portal cookies management</li>
</ul>
</pre>
FR:
<pre>
TXM utilise 3 cookies pour fonctionner :
<ul>
<li>"Glog" : gestion du debug du logiciel du portail</li>
<li>"JSESSIONID" : gestion des sessions utilisateur du portail</li>
<li>"txm_cookies_informed" : gestion des cookies du portail</li>
</ul>
</pre>