ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 392
نمايش فراداده

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 }