In the previous chapter we took a look at how the HTTP Request can help us move data from the JSP to the Servlet and vice versa and the methods that are available in the Request object that would help us handle the data it carries.
In this chapter, we are going to look at the Session which is a super-set of the request and can contain data that needs to be retained across different pages.
So,