Description: Session State Management is the ability of a Web application to persist information, both at the application and session levels. In classic ASP, developers liked Session objects for their ease of use but disliked them for negatively impacting application scalability and performance. ASP.NET faces similar challenges; however, the actual performance implications may surprise you.