IHttpSessionState::IsReadOnly Property
.NET Framework (current version)
Gets a value indicating whether the session is read-only.
Assembly: System.Web (in System.Web.dll)
Session state is set to read-only by setting the EnableSessionState page attribute to ReadOnly.
The following code example implements the IsReadOnly property of the IHttpSessionState interface to return the value of an internal variable that was set in the constructor.
.NET Framework
Available since 2.0
Available since 2.0
Show: