Occurs when a session ends.
[Visual Basic]
Public Event End As EventHandler
[C#]
public event EventHandler End;
[C++]
public: __event EventHandler* End;
[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.
Remarks
This event is supported only when SessionStateMode is InProc.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
SessionStateModule Class | SessionStateModule Members | System.Web.SessionState Namespace