openfun / fun-apps

:warning: DEPRECATED :warning:
Other
15 stars 20 forks source link

Synchronize cookies consent between Richie and FUN Apps #712

Open jbpenrath opened 3 years ago

jbpenrath commented 3 years ago

Description

Currently on FUN Mooc, our visitors have to accept/refuse tracking on Richie and then on OpenEdX. This situation could be confusing for some people which do not distinguish the two platforms.

Furthermore, on OpenEdX, cookie banner offers only the choice to accept cookie. Until the user clicks on "Accept" button, tracking is disabled but cookie banner is always shown.

Proposal

First on OpenEdX, we should add a button "Refuse" to hide the cookie banner and do not track user. Then as OpenEdX and Richie are on the same root domain, we could try to use the same cookie name on both platform. Thus cookie consent should be share between the two platforms.

sampaccoud commented 3 years ago
jbpenrath commented 3 years ago

Yes I think it is a good idea to homogenize our cookie consent solutions and cookie sharing should be implicit.