I'd like to ask you a question about the Loginview of Django.
I'm using the Loginview as it is.
There's a problem, but I'll open two browser tabs and leave them open as login pages (the same browser )
When I log in first from one browser tab and log in from another browser tab (both are the same browser), the csrf_token error appears, which is 403 Forbidden error!
The way I want to do it is to log in without errors even if I log in from another browser tab if I'm already logged in from one browser tab.
Also, I'm trying to solve it using Ajax, but I'm not familiar with it, so I'm having a hard time solving the problem.
How should I solve this?