MongoSessionStateStore 2.0.1
See the version list below for details.
dotnet add package MongoSessionStateStore --version 2.0.1
NuGet\Install-Package MongoSessionStateStore -Version 2.0.1
<PackageReference Include="MongoSessionStateStore" Version="2.0.1" />
paket add MongoSessionStateStore --version 2.0.1
#r "nuget: MongoSessionStateStore, 2.0.1"
// Install MongoSessionStateStore as a Cake Addin #addin nuget:?package=MongoSessionStateStore&version=2.0.1 // Install MongoSessionStateStore as a Cake Tool #tool nuget:?package=MongoSessionStateStore&version=2.0.1
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.0.1)
- 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 |
This release changes the destination framework to 4.5 and uses the new MongoDB Driver. No API changes in this release. Previous releases of this package used the now called "(Legacy) Official C# driver for MongoDB". To use version 4.0 of .NET framework and the previous MongoDB controller download the version v2.0.0 of this package.