Info
Version: | 4.3.0 |
Author(s): | Marc Cortada |
Last Update: | Sunday, February 25, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MarkCBB/MongoDB-ASP.NET-Session-State-Store/wiki |
NuGet Url: | https://www.nuget.org/packages/MongoSessionStateStore |
Install
Install-Package MongoSessionStateStore
dotnet add package MongoSessionStateStore
paket add MongoSessionStateStore
MongoSessionStateStore Download (Unzip the "nupkg" after downloading)
Dependencies
- MongoDB.Driver(>= 2.2.0)
Tags
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.