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
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.