2
I was doing a search of how to save the user’s session after he was logged in to the system, I found several examples with cookies, however I am using java + Angularjs, and in the examples I found he used the jsp’s Post method, where it received 2 parameters the Answer and the request, and through the Answer it added the cookie, how can I save the user’s session?