Microsoft.AspNet.SessionState.SessionStateModule
1.1.0
Prefix Reserved
Install-Package Microsoft.AspNet.SessionState.SessionStateModule -Version 1.1.0
dotnet add package Microsoft.AspNet.SessionState.SessionStateModule --version 1.1.0
<PackageReference Include="Microsoft.AspNet.SessionState.SessionStateModule" Version="1.1.0" />
paket add Microsoft.AspNet.SessionState.SessionStateModule --version 1.1.0
#r "nuget: Microsoft.AspNet.SessionState.SessionStateModule, 1.1.0"
// Install Microsoft.AspNet.SessionState.SessionStateModule as a Cake Addin
#addin nuget:?package=Microsoft.AspNet.SessionState.SessionStateModule&version=1.1.0
// Install Microsoft.AspNet.SessionState.SessionStateModule as a Cake Tool
#tool nuget:?package=Microsoft.AspNet.SessionState.SessionStateModule&version=1.1.0
In .Net 4.6.2, asp.net enables plugin async SessionState module which is a good fit for the non-in-memory SessionState data store. This async SessionState module provides the extensibility to plugin an async version of SessionState provider.
Product | Versions |
---|---|
.NET Framework | net462 net463 net47 net471 net472 net48 |
This package has no dependencies.
NuGet packages (8)
Showing the top 5 NuGet packages that depend on Microsoft.AspNet.SessionState.SessionStateModule:
Package | Downloads |
---|---|
Microsoft.Web.RedisSessionStateProvider
Custom session state provider for redis cache. |
|
Microsoft.AspNet.SessionState.SqlSessionStateProviderAsync
In .Net 4.6.2, asp.net enables developer plug in async version of SessionState module which is a good fit for the non-in-memory SessionState data store. This SessionState provider uses SQL Server as the data store and leverages async database operation to provide better scability. |
|
CouchbaseAspNet
ASP.NET Full Framework SessionState and OutputCache Providers for Couchbase .NET SDK |
|
Microsoft.AspNet.SessionState.CosmosDBSessionStateProviderAsync
In .Net 4.6.2, asp.net enables developer plug in async version of SessionState module which is a good fit for the non-in-memory SessionState data store. This SessionState provider uses CosmosDB as the data store and leverages async database operation to provide better scability. |
|
Oriflame.Web.RedisSessionStateProvider
Custom session state provider for redis cache |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Microsoft.AspNet.SessionState.SessionStateModule:
Repository | Stars |
---|---|
Azure/aspnet-redis-providers
ASP.NET Redis Providers
|