IHttpSessionState.IsReadOnly Property
.NET Framework 3.0
Gets a value indicating whether the session is read-only.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
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.
Community Additions
ADD
Show: