79306737

Date: 2024-12-25 02:08:13
Score: 1.5
Natty:
Report link

The issue was caused by using http://localhost:8000 instead of http://127.0.0.1:8000. Switching to http://127.0.0.1:8000 fixed the problem, as localhost and 127.0.0.1 are treated as different domains by the browser, causing cookies and sessions to not be shared.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: NgVtu Bot