IHttpSessionState.Keys Property
.NET Framework 3.0
Gets a collection of the keys for all values stored 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 Keys property of the IHttpSessionState interface to return a collection of session-state item key names from the internal session-state item collection.
Community Additions
ADD
Show: