says that the backend generates a token and puts it in session, and when submitting the form, it also takes a token, to compare it with the token in session.
how is the inconsistency between the token in session and the token in the form formed? Is the token submitted in the form taken from session?