in the past, when I used JSP, I could save the information to session on the back end, and then directly use <% = > on the jsp page to get each of the information I want that represents the current user. Now I am using a pure html+ssm framework instead of a template. How can I indicate the information of the user after logging in?