Science, asked by bhavyaharidas007, 2 days ago

what to do for cross login in django website?

Answers

Answered by Shourya289
0
Use reverse http proxy to put both php application and your django application on the same domain. This would give you access to the sessions cookies of your php app. Once you get the php session id in your django application run a request to the PHP application with the session cookie set to check who is logged in
Similar questions