How to manipulate session in spring mvc . I have searched in the network and I found that Spring MVCcould be the solution. But the problem is I can only pass two parameters of authentification (the username and the password)
<user-service>
<user name="user" password="123456" authorities="ROLE_USER" />
</user-service>`
and in my case I must pass three parameters.I would be so grateful if I found the solution in this forum.