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"
#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 | 13,956 | 2/25/2018 |
4.2.1 | 5,154 | 12/17/2016 |
4.2.0 | 2,200 | 10/2/2016 |
4.1.0 | 1,518 | 6/4/2016 |
4.0.0 | 1,396 | 2/10/2016 |
3.2.0 | 1,273 | 1/23/2016 |
3.1.0 | 1,948 | 12/23/2015 |
3.0.0 | 1,711 | 12/23/2015 |
2.1.0 | 1,698 | 12/19/2015 |
2.0.2 | 1,445 | 12/12/2015 |
2.0.1 | 1,694 | 8/8/2015 |
2.0.0 | 1,421 | 4/16/2015 |
1.0.0 | 2,333 | 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.