MongoSessionStateStore 2.0.0
See the version list below for details.
dotnet add package MongoSessionStateStore --version 2.0.0
NuGet\Install-Package MongoSessionStateStore -Version 2.0.0
<PackageReference Include="MongoSessionStateStore" Version="2.0.0" />
<PackageVersion Include="MongoSessionStateStore" Version="2.0.0" />
<PackageReference Include="MongoSessionStateStore" />
paket add MongoSessionStateStore --version 2.0.0
#r "nuget: MongoSessionStateStore, 2.0.0"
#:package MongoSessionStateStore@2.0.0
#addin nuget:?package=MongoSessionStateStore&version=2.0.0
#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)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.3.0 | 16,265 | 2/25/2018 |
| 4.2.1 | 5,944 | 12/17/2016 |
| 4.2.0 | 2,373 | 10/2/2016 |
| 4.1.0 | 1,674 | 6/4/2016 |
| 4.0.0 | 1,529 | 2/10/2016 |
| 3.2.0 | 1,419 | 1/23/2016 |
| 3.1.0 | 2,234 | 12/23/2015 |
| 3.0.0 | 1,946 | 12/23/2015 |
| 2.1.0 | 1,952 | 12/19/2015 |
| 2.0.2 | 1,634 | 12/12/2015 |
| 2.0.1 | 1,845 | 8/8/2015 |
| 2.0.0 | 1,556 | 4/16/2015 |
| 1.0.0 | 2,527 | 2/23/2015 |
Added capabilities for BSON serialization. Added helper methods. This is a major release, please read documentation for compatibility with 1.0.0.