This documentation is archived and is not being maintained.
SessionStateModule.Start Event
.NET Framework 1.1
Occurs when a session is created.
[Visual Basic] Public Event Start As EventHandler [C#] public event EventHandler Start; [C++] public: __event EventHandler* Start;
[JScript] In JScript, you can handle the events defined by a class, but you cannot define your own.
Event Data
The event handler receives an argument of type EventArgs.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
SessionStateModule Class | SessionStateModule Members | System.Web.SessionState Namespace
Show: