ispsession.io
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.
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
Release Notes
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.
Dependencies
-
- StackExchange.Redis.StrongName (>= 1.2.6)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.