DataCacheSessionStoreProvider Class
Updated: June 30, 2012
Note: This API is now obsolete.Namespace:
Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
Return to top
A session storage provider that enables Web applications to store session-state data to a distributed cache system.
Assembly: Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
System::Object
System.Configuration.Provider::ProviderBase
System.Web.SessionState::SessionStateStoreProviderBase
Microsoft.ApplicationServer.Caching::DataCacheSessionStoreProvider
System.Configuration.Provider::ProviderBase
System.Web.SessionState::SessionStateStoreProviderBase
Microsoft.ApplicationServer.Caching::DataCacheSessionStoreProvider
[ObsoleteAttribute("This type is obsolete and will be removed in a future release. Please use Microsoft.Web.DistributedCache.DistributedCacheSessionStateStoreProvider in assembly Microsoft.Web.DistributedCache.dll instead", false)] public ref class DataCacheSessionStoreProvider sealed : SessionStateStoreProviderBase
| Name | Description | |
|---|---|---|
![]() | DataCacheSessionStoreProvider() | Initializes a new instance of the DataCacheSessionStoreProvider class. |
| Name | Description | |
|---|---|---|
![]() | ApplicationName | The application name. This is used to differentiate sessions in the data source by application. |
![]() | Description | (Inherited from ProviderBase.) |
![]() | Name | (Inherited from ProviderBase.) |
For more information, see the documentation for the base class SessionStateStoreProviderBase.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

