What is Session?
HTTP communicates with lot of TCP connections, Server should create unique identifer for each Connection.
A Session is a unique identifier that is generated and sent to the client from a server in order to identify the Current Interaction Session.
Whenever you visit a webpage or login to website, the server will store the data about you in your system as a cookie. This