IPartialSessionState Interface
When implemented in a type, returns a list of zero or more session keys that indicate to a session-state provider which session-state items have to be retrieved.
Assembly: System.Web (in System.Web.dll)
The IPartialSessionState type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | PartialSessionStateKeys | Gets a list of keys that are associated with session-state values. |
When a type that implements this interface returns a non-null generic list of strings in the PartialSessionStateKeys property, the list indicates to a session-state provider that the provider should retrieve only the session-state values that are specified in the list. If the type returns a nullptr value for the PartialSessionStateKeys property, a session-state provider should get all session-state values.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
