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

G. andrew Duthie; matthew Macdonald

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

SessionStateModule

System.Web.SessionState (system.web.dll)sealed class

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 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 ; }