SessionStateItemCollection.GetEnumerator Method
.NET Framework 3.0
Returns an enumerator that can be used to read all the key names in the collection.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The following code example gets the variable names in a SessionStateItemCollection collection using the GetEnumerator method.
Community Additions
ADD
Show: