Specifies that the target HTTP handler requires only read access to session-state values. This is a marker interface and has no methods.
See Also: IReadOnlySessionState Members
Implement the System.Web.SessionState.IReadOnlySessionState interface in your custom handler to identify that your handler requires only read access to session-state values.