HttpSessionState.IsReadOnly Property

Definition

Gets a value indicating whether the session is read-only.

C#
public bool IsReadOnly { get; }

Property Value

true if the session is read-only; otherwise, false.

Applies to

See also