IRequiresSessionState Interface
.NET Framework (current version)
Specifies that the target HTTP handler requires read and write access to session-state values. This is a marker interface and has no methods.
Assembly: System.Web (in System.Web.dll)
Implement the IRequiresSessionState interface in your custom HTTP handler to identify that your handler requires read and write access to session-state values.
.NET Framework
Available since 1.1
Available since 1.1
Show: