I am facing a problem related to Django session. I have an web application which is integrated with another web application. I want to run both application with same domain name but when I run first application and open second application from first UI, the session is getting expired of the first application.
For example the main domain is "https://test.test.com" and suppose when I open my first django project as "https://test.test.com/analysis" and go to second project from it using href "https://test.test.com/result" from interface it opens in new tab but when I try to do any operation on my first project "https://test.test.com/analysis" the session gets expired.