MongoSessionStateStore 1.0.0
See the version list below for details.
dotnet add package MongoSessionStateStore --version 1.0.0
NuGet\Install-Package MongoSessionStateStore -Version 1.0.0
<PackageReference Include="MongoSessionStateStore" Version="1.0.0" />
paket add MongoSessionStateStore --version 1.0.0
#r "nuget: MongoSessionStateStore, 1.0.0"
// Install MongoSessionStateStore as a Cake Addin #addin nuget:?package=MongoSessionStateStore&version=1.0.0 // Install MongoSessionStateStore as a Cake Tool #tool nuget:?package=MongoSessionStateStore&version=1.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 | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- 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 | 9,625 | 2/25/2018 |
4.2.1 | 4,820 | 12/17/2016 |
4.2.0 | 2,002 | 10/2/2016 |
4.1.0 | 1,338 | 6/4/2016 |
4.0.0 | 1,219 | 2/10/2016 |
3.2.0 | 1,097 | 1/23/2016 |
3.1.0 | 1,497 | 12/23/2015 |
3.0.0 | 1,349 | 12/23/2015 |
2.1.0 | 1,336 | 12/19/2015 |
2.0.2 | 1,164 | 12/12/2015 |
2.0.1 | 1,513 | 8/8/2015 |
2.0.0 | 1,236 | 4/16/2015 |
1.0.0 | 2,049 | 2/23/2015 |
Stable version.