ASP.NET Core session state middleware.
This package was built from the source code at https://github.com/aspnet/Session/tree/774079d60d29762ef7c8bba3f0fa06e73cb323f2
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.
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.
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.
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.
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...
More information
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.
MongoDB Session State Provider Custom ASP.NET Session State Provider using MongoDB as the state store.
http://msdn.microsoft.com/en-us/library/ms178587.aspx
http://msdn.microsoft.com/en-us/library/ms178588.aspx
https://github.com/AdaTheDev/MongoDB-ASP.NET-Session-State-Store
Port of the Enyim Memcached Provider to Couchbase Server with some improvements:
- Target framework is .NET 4.5
- Session data compression is supported.
- NLog logging can be enabled to output basic information for all Save / Load actions (item id and size before and after compression)
- LZ4 fast...
More information
A custom ASP.NET Core Middleware plugin for distributed session state using Couchbase server as the backing store. Supports both Memcached (in-memory) and Couchbase (persistent) buckets.