Session management is a way in ASP.net to ensure that information is passed over from one page to the other.
The view state property of a page is used to automatically pass the information of controls from one page to the other.
The 'Session' object is used to store and retrieve specific values within a web page.