Django- session cookies and sites on multiple ports

前端 未结 2 1318
梦谈多话
梦谈多话 2021-02-01 08:51

I have multiple Django projects running on one server using gunicorn and nginx. Currently they are each configured to run on a unique port of the same IP address using the serve

2条回答
  •  终归单人心
    2021-02-01 09:16

    Just change the SESSION_COOKIE_NAME. The SESSION_COOKIE_DOMAIN doesn't support port numbers afaik. So they are all the same for your apps.

提交回复
热议问题