How to get distinct Django apps on same subdomain to share session cookie?
问题 We have a couple of Django applications deployed on the same subdomain. A few power users need to jump between these applications. I noticed that each time they bounce between applications their session cookie receives a new session ID from Django. I don't use the Django session table much except in one complex workflow. If the user bounces between applications while in this workflow they lose their session and have to start over. I dug through the Django session code and discovered that the: