SessionStateSectionHandler

SessionStateSectionHandler

System.Web.SessionState (system.web.dll)class

The SessionStateSectionHandler class, like all section handlers, is responsible for parsing a portion of the web.config file and applying ASP.NET settings accordingly. The SessionStateSectionHandler considers the data in the <sessionstate> sections. This class is used transparently by the ASP.NET framework and is not used directly in your code.

class SessionStateSectionHandler : System.Configuration.IConfigurationSectionHandler {
// Public Instance Methods
public object Create(object parent, SectionHandlerobject configContextObj, System.Xml.XmlNode section);
                                  // implements System.Configuration.IConfiguration
}


    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace