MongoSessionStateStore 4.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package MongoSessionStateStore --version 4.2.1
                    
NuGet\Install-Package MongoSessionStateStore -Version 4.2.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MongoSessionStateStore" Version="4.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MongoSessionStateStore" Version="4.2.1" />
                    
Directory.Packages.props
<PackageReference Include="MongoSessionStateStore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MongoSessionStateStore --version 4.2.1
                    
#r "nuget: MongoSessionStateStore, 4.2.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MongoSessionStateStore@4.2.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MongoSessionStateStore&version=4.2.1
                    
Install as a Cake Addin
#tool nuget:?package=MongoSessionStateStore&version=4.2.1
                    
Install as a Cake Tool

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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 14,279 2/25/2018
4.2.1 5,223 12/17/2016
4.2.0 2,217 10/2/2016
4.1.0 1,537 6/4/2016
4.0.0 1,412 2/10/2016
3.2.0 1,291 1/23/2016
3.1.0 1,993 12/23/2015
3.0.0 1,745 12/23/2015
2.1.0 1,734 12/19/2015
2.0.2 1,469 12/12/2015
2.0.1 1,714 8/8/2015
2.0.0 1,437 4/16/2015
1.0.0 2,360 2/23/2015

This release fixes a non desired lock when some process tries to access to session data in read only mode. Git issue #9