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.

Retour