Info
Version: | 1.0.0 |
Author(s): | Keyvan Nayyeri |
Last Update: | Friday, October 12, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/keyvan/CommaDelimitedCookieParser4DotNet |
NuGet Url: | https://www.nuget.org/packages/CommaDelimitedCookieParser |
Install
Install-Package CommaDelimitedCookieParser
dotnet add package CommaDelimitedCookieParser
paket add CommaDelimitedCookieParser
CommaDelimitedCookieParser Download (Unzip the "nupkg" after downloading)
This HttpModule simulates ASP.NET cookie parser to parse cookies with comma as their delimiter. You can use this code at your own risk.
Do not forget that this module does not work if comma is used in the value of cookies.