Name

SessionStateModule

Synopsis

This class implements session state storage, taking care of tasks like the generation of unique session IDs and the storage and retrieval of state information from an external 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.

Public NotInheritable Class SessionStateModule : Implements System.Web.IHttpModule
' Public Constructors
   Public Sub New() 
' Public Instance Methods
   Public Sub Dispose() Implements IHttpModule.Dispose 
   Public Sub Init(
        ByVal app As System.Web.HttpApplication) Implements IHttpModule.Init 
' Events
   Public Event End As EventHandler  
   Public Event Start As EventHandler  
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.