SessionIDManager Constructor ()

 

Creates an instance of the SessionIDManager class.

Namespace:   System.Web.SessionState
Assembly:  System.Web (in System.Web.dll)

public:
SessionIDManager()

This constructor is not intended to be called from application code.

ASP.NET calls this constructor to create an instance of the SessionIDManager class. After calling the constructor, ASP.NET calls the Initialize method to initialize the new SessionIDManager object.

.NET Framework
Available since 2.0
Return to top
Show: