Skip to content

BitzArt.Blazor.Cookies-v1.1.0

Latest
Compare
Choose a tag to compare
@YuriyDurov YuriyDurov released this 24 Oct 10:22
1d89584

Bugfixes

  • Fixed cookies being attached twice to the HTTP response after ICookieService.SetAsync method called repeatedly for the same cookie. Now ICookieService is keeping track of already attached response cookies and will be updating the existing cookie when an attempt to set a cookie with the same key is made.