System.Web.SessionState.IRequiresSessionState

Specifies that the target HTTP handler requires read and write access to session-state values. This is a marker interface and has no methods.

See Also: IRequiresSessionState Members

Syntax

public interface IRequiresSessionState

Remarks

Implement the System.Web.SessionState.IRequiresSessionState interface in your custom HTTP handler to identify that your handler requires read and write access to session-state values.

Requirements

Namespace: System.Web.SessionState
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0