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
}