![]() |
VOOZH | about |
To handle the Owin cookie monster bug, the recommended approach is now to use the SystemWebCookieManager.
This package does not support the SameSite attribute and will actually break any cookies that contains SameSite settings.
dotnet add package Kentor.OwinCookieSaver --version 1.1.1
NuGet\Install-Package Kentor.OwinCookieSaver -Version 1.1.1
<PackageReference Include="Kentor.OwinCookieSaver" Version="1.1.1" />
<PackageVersion Include="Kentor.OwinCookieSaver" Version="1.1.1" />Directory.Packages.props
<PackageReference Include="Kentor.OwinCookieSaver" />Project file
paket add Kentor.OwinCookieSaver --version 1.1.1
#r "nuget: Kentor.OwinCookieSaver, 1.1.1"
#:package Kentor.OwinCookieSaver@1.1.1
#addin nuget:?package=Kentor.OwinCookieSaver&version=1.1.1Install as a Cake Addin
#tool nuget:?package=Kentor.OwinCookieSaver&version=1.1.1Install as a Cake Tool
Workaround Middleware for Katana Bug #197
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net452 net452 is compatible. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
Showing the top 2 NuGet packages that depend on Kentor.OwinCookieSaver:
| Package | Downloads |
|---|---|
|
One.NET
A simple enterprise content management system |
|
|
Cacs.Azure.Shibboleth
OWIN Wrapper for Azure/Shibboleth Federation in ASP.NET Apps |
Showing the top 1 popular GitHub repositories that depend on Kentor.OwinCookieSaver:
| Repository | Stars |
|---|---|
|
Adoxio/xRM-Portals-Community-Edition
The definitive edition of Microsoft Open Source Portals, supported by the experts in portals.
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.1.1 | 4,081,850 | 2/26/2016 | 1.1.1 is deprecated because it is no longer maintained and has critical bugs. |
| 1.1.0 | 254,964 | 8/21/2015 | 1.1.0 is deprecated because it is no longer maintained and has critical bugs. |
| 1.0.2 | 85,139 | 12/8/2014 | 1.0.2 is deprecated because it is no longer maintained and has critical bugs. |
| 1.0.1 | 6,300 | 11/27/2014 | 1.0.1 is deprecated because it is no longer maintained and has critical bugs. |
| 1.0.0 | 13,293 | 11/17/2014 | 1.0.0 is deprecated because it is no longer maintained and has critical bugs. |
Bug fix: Do not attempt to update cookies if headers have been sent.