when using vue+node for route redirection. Vue itself can be routed, and when I use node as the service layer, there are get requests in node.
Question1: to achieve login and registration, remember user information, etc., is it stored in session or where in the actual situation of the company?
question 2: if I store in session on the node side, how can I get this session? when I jump to an interface (get request) (because personal route redirection is currently achieved through vue)
I am a novice. If there is anything wrong with my thinking, please give me some advice. Thank you.