IHttpSessionState.GetEnumerator Method
.NET Framework 2.0
Returns an enumerator that can be used to read all the session-state item values in the current session.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The following code example implements the GetEnumerator method of the IHttpSessionState interface to return an enumerator for the internal session-state item collection.
Community Additions
ADD
Show: