ispsession.io
1.0.26
Install-Package ispsession.io -Version 1.0.26
dotnet add package ispsession.io --version 1.0.26
<PackageReference Include="ispsession.io" Version="1.0.26" />
paket add ispsession.io --version 1.0.26
#r "nuget: ispsession.io, 1.0.26"
// Install ispsession.io as a Cake Addin
#addin nuget:?package=ispsession.io&version=1.0.26
// Install ispsession.io as a Cake Tool
#tool nuget:?package=ispsession.io&version=1.0.26
Provides Session State and Application Cache as a replacement for the built in state for classic ASP/classic ASP.NET and AspNetCore.
Enables interoperable Sessionstate or cache, between those three frameworks.
Uses Redis 2.8(+) as a backend storage server.
Product | Versions |
---|---|
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- StackExchange.Redis.StrongName (>= 1.2.6)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.0.21 appends an extension to get ApplicationCache from HttpContext.
Version 1.0.15 now runs without Windows (PInvoke) dependencies, so can be deployed in a Linux Environment too.
The purchased assembly contains more memory optimizations, however, the demo performs well too.
Note that ISP Session demo's will expire within a few months.