We have deployed several apps all running behind a NGINX reverse proxy. All the apps currently deploy to the ROOT folder of AWS beanstalks. All is well.
We have noticed that we cannot be logged into more than one (different) Cuba app at the same time in the same browser or we will get the session disconnected banner message.
I tried following using the proxy_cookie_path from the forum post, and still ran into the same result.
Hi,
I may be wrong, but as far as know, such browsers as Chrome, always share cookies between sites on the same domain name. Even if you deploy them nearby on the localhost. So yes, you can’t be logged into more than one (different) Cuba app at the same time in the same browser.
The solution is to create several domain names, separate for each site. They can be sub-domains to reduce domain owning cost.