Found 91 packages
ASP.NET Core session state middleware.
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.
Custom session state provider for redis cache.
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.
ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state.
ASP.NET Session State provider for SQL Server In-Memory OLTP. NuGet package include source code as reference.
This contains a custom ASP.NET session state provider using NCache Enterprise.
A configurable SessionStateStoreProvider that persists data to a Redis server
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.
An ASP.NET session-state store-provider implementation using RavenDB for persistence.
This contains a session state provider using Amazon DynamoDB.
Memcached SessionState providers
This package allows to store session data in MongoDB Replica Set. This data server distribution provides high availability for your web app and the possibility to distribute session data in a different servers and locations. If primary server fails, the application will still alive during the usual time needed to elect another server as a primary. For further information visit the documentation available in project URL. The source code contains several passed test cases.
An ASP.NET Redis SessionStateStoreProvider.
ASP.NET Full Framework SessionState and OutputCache Providers for Couchbase .NET SDK
This contains a custom ASP.NET session state provider using NCache Professional.
A highly available, high performance ASP.NET session state store provider using Memcached.
Lock-free session for ASP.NET.
This contains a custom ASP.NET session state provider using NCache Opensource.