Name

SessionStateSectionHandler

Synopsis

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 : Implements System.Configuration.IConfigurationSectionHandler
' Public Constructors
   Public Sub New() 
' Public Instance Methods
   Public Function Create(ByVal parent As Object, 
        ByVal contextObject As Object, 
        ByVal section As System.Xml.XmlNode) As Object Implements_
         IConfigurationSectionHandler.Create 
End Class

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.