Skip to content

Releases: BitzArt/Blazor.Cookies

BitzArt.Blazor.Cookies-v1.1

24 Oct 10:22
1d89584
Compare
Choose a tag to compare

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.