Found 38 packages
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.
ASP.NET Core session state middleware.
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 Session State provider for SQL Server In-Memory OLTP. NuGet package include source code as reference.
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.
This contains a custom ASP.NET session state provider using NCache Enterprise.
An ASP.NET session-state store-provider implementation using RavenDB for persistence.
Memcached SessionState providers
A configurable SessionStateStoreProvider that persists data to a Redis server
Session state management by storing/retrieving from a Cosmos repository. For details on how to use this package see the ReadMe file that is part of this repository.
This contains a custom ASP.NET session state provider using NCache Professional.
This contains a custom ASP.NET session state provider using NCache Opensource.
ASP.NET Full Framework SessionState and OutputCache Providers for Couchbase .NET SDK
Redis backed ASP.NET providers written in C# using StackExchange.Redis. Includes OutputCacheProvider and SessionStateStoreProvider.
AerospikeSessionStateStore is a high performance Session State Provider that uses the Aerospike NoSQL Key-Value store.
A highly available, high performance ASP.NET session state store provider using Memcached.
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.
An ASP.NET Redis SessionStateStoreProvider.
Custom session state provider for redis cache.
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.