I saved the user"s login information in session, the django_ session table, but I found that every time a request is made, if the current session does not exist, the system automatically generates an empty session, like this: ] [1] [1]
I saved the above item manually, no problem, but the lower one is automatically saved by the system, so the session_data field is blank. Is there any way to prevent the system from automatically generating session??