Task #2935

Mis à jour par Alexey Lavrentev il y a presque 3 ans

At startup, ask user to confirm TXM's cookies usage:
* implement a modal window in the splash screen with a global acceptance message : "To continue, you need to allow cookies..." + "check" I'm OK + "Continue" button
** if the user refuses to allow cookies -> do nothing (the "continue" button is disabled)
** if the user accepts -> load the GWT portal interface

If the portal only uses functional cookies (no "third party"), user agreement is not required, but the user must be informed
See https://emploi.cnrs.fr/cookies.aspx for instance.

Proposal (cloned from emploi.cnrs.fr website):

The following message is displayed on the portal front page (after startup) :

"En poursuivant la navigation sur ce site, vous acceptez le dépôt de cookies dans votre navigateur. (En savoir plus [lien vers l'article Cookies des CGU]])"
+ Bouton "Accepter".

The message is displayed until the user clicks on the button. It is shown again after 12 months if the user manually deletes the cookies of the portal.

Retour