MongoSessionStateStore 4.1.0
See the version list below for details.
dotnet add package MongoSessionStateStore --version 4.1.0
NuGet\Install-Package MongoSessionStateStore -Version 4.1.0
<PackageReference Include="MongoSessionStateStore" Version="4.1.0" />
paket add MongoSessionStateStore --version 4.1.0
#r "nuget: MongoSessionStateStore, 4.1.0"
// Install MongoSessionStateStore as a Cake Addin #addin nuget:?package=MongoSessionStateStore&version=4.1.0 // Install MongoSessionStateStore as a Cake Tool #tool nuget:?package=MongoSessionStateStore&version=4.1.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. |
-
- MongoDB.Driver (>= 2.2.0 && <= 2.2.4)
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 |
This release allows to install the latest version available of MongoDB.Driver. All test cases were passed.