Nginx – Same site cookie issues on AWS ALB when using socket.io
My application uses Angular for the front end and nodejs rest API to connect to MongoDB. I have my nodejs server application running on a nginx container with its nginx.conf config as: server { listen 80; server_name localhost; location /…