
StateRuntime | 635
SesstionState
Namespace
This is the Title of the Book, eMatter Edition
Copyright © 2008 O’Reilly & Associates, Inc. All rights reserved.
state provider, as directed by the ASP.NET framework. It is not used directly in your
code, but is specified in the machine.config file.
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 Session-
StateSectionHandler 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.
StateRuntime
System.Web.SessionState (system.web.dll)
sealed class
This class is used by the ASP.NET framework to provide session state support. It is not
used directly in your code.
public sealed class SessionStateModule : System.Web.IHttpModule {
// Public Constructors
public SessionStateModule();
// Public Instance Methods
public void Dispose(); // implements System.Web.IHttpModule
public void Init( System.Web.HttpApplication app); // implements System.Web.IHttpModule
// Events
public event EventHandler End;
public event EventHandler Start;
}
class SessionStateSectionHandler : System.Configuration.IConfigurationSectionHandler {
// Public Instance Methods
public object Create(object parent, SectionHandlerobject ...