SessionStateModule

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


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