MongoSessionStateStore 2.0.0
dotnet add package MongoSessionStateStore --version 2.0.0
NuGet\Install-Package MongoSessionStateStore -Version 2.0.0
<PackageReference Include="MongoSessionStateStore" Version="2.0.0" />
paket add MongoSessionStateStore --version 2.0.0
#r "nuget: MongoSessionStateStore, 2.0.0"
// Install MongoSessionStateStore as a Cake Addin #addin nuget:?package=MongoSessionStateStore&version=2.0.0 // Install MongoSessionStateStore as a Cake Tool #tool nuget:?package=MongoSessionStateStore&version=2.0.0
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- mongocsharpdriver (= 1.10.0)
- Newtonsoft.Json (= 4.5.11)
GitHub repositories
This package is not used by any popular GitHub repositories.
Added capabilities for BSON serialization. Added helper methods. This is a major release, please read documentation for compatibility with 1.0.0.