I am training in web developement and am learning about JSP & Servlets. I have some knowledge of HttpSession - I have used
HttpSession
Cookie is a way to implement the session between client and server, in this way session information stored in cookie. But this is not the only way to hold the session info, another way is store session info in Url.