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