Hello,
I am creating a new issue regarding a problem I had last week because I better identified the problem.
I am on :
koa 3.0
ubuntu 20.04
my home / ubuntu / config.yml config file:
EDXAPP_LMS_BASE: “lms.example.in”
EDXAPP_CMS_BASE: “studio.example.in”
Comprehensive theming is enabled, I have several sites with different domain names on my server, example:
site 1: boatingformation.com
site 2: puzzlingformation.com
My problem is that when I am logged in to boatingformation.com, I am logged out from puzzlingformation.com. Suddenly, the problem also arises when I want to connect to studio.example.in from one of my sites, because the domain name is different. I will want to keep my connection active when I navigate from one site to another , does anyone know how can i configure this on koa?
Thank you very much for helping