MongoSessionStateStore 4.2.0
See the version list below for details.
dotnet add package MongoSessionStateStore --version 4.2.0
NuGet\Install-Package MongoSessionStateStore -Version 4.2.0
<PackageReference Include="MongoSessionStateStore" Version="4.2.0" />
paket add MongoSessionStateStore --version 4.2.0
#r "nuget: MongoSessionStateStore, 4.2.0"
// Install MongoSessionStateStore as a Cake Addin #addin nuget:?package=MongoSessionStateStore&version=4.2.0 // Install MongoSessionStateStore as a Cake Tool #tool nuget:?package=MongoSessionStateStore&version=4.2.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)
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,420 | 2/25/2018 |
4.2.1 | 4,765 | 12/17/2016 |
4.2.0 | 1,963 | 10/2/2016 |
4.1.0 | 1,318 | 6/4/2016 |
4.0.0 | 1,200 | 2/10/2016 |
3.2.0 | 1,076 | 1/23/2016 |
3.1.0 | 1,475 | 12/23/2015 |
3.0.0 | 1,325 | 12/23/2015 |
2.1.0 | 1,316 | 12/19/2015 |
2.0.2 | 1,146 | 12/12/2015 |
2.0.1 | 1,492 | 8/8/2015 |
2.0.0 | 1,216 | 4/16/2015 |
1.0.0 | 2,031 | 2/23/2015 |
This release allows to install the latest version available of MongoDB.Driver. All test cases were passed. Since this version the package will be opened to newer versions. If some test case fails with some future release of mongoDB driver the dependencies will be updated properly.