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 }


ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net