Can Django & React be used together for session authentication?
I am using session authentication in my Django - React application. But no session cookie is stored in the cookie storage. (A csrf token cookie is stored!) I cleared the local storage / session storage and the cookies I tried…