Specifies that the target HTTP handler interface has read and write access to session-state values. This is a marker interface only and has no methods.
[Visual Basic]
Public Interface IRequiresSessionState
[C#]
public interface IRequiresSessionState
[C++]
public __gc __interface IRequiresSessionState
[JScript]
public interface IRequiresSessionState
Remarks
You must import this interface into your custom handlers to read and write session-state values.
Requirements
Namespace: System.Web.SessionState
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
System.Web.SessionState Namespace