IHttpSessionState.Count Property
.NET Framework 3.0
Gets the number of items in the session-state item collection.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The following code example implements the Count property of the IHttpSessionState interface to return the number of items in the internal session-state item collection.
Community Additions
ADD
Show: