Hi @Herve_siyou,
As @sbernesto said, you can change the line with DCS_SESSION_COOKIE_SAMESITE to
DCS_SESSION_COOKIE_SAMESITE = 'lax'
But I think that even better you could add a line in /edx/etc/lms.yml with:
DCS_SESSION_COOKIE_SAMESITE: lax
Hi @Herve_siyou,
As @sbernesto said, you can change the line with DCS_SESSION_COOKIE_SAMESITE to
DCS_SESSION_COOKIE_SAMESITE = 'lax'
But I think that even better you could add a line in /edx/etc/lms.yml with:
DCS_SESSION_COOKIE_SAMESITE: lax