Releases: BitzArt/Blazor.Cookies
Releases · BitzArt/Blazor.Cookies
BitzArt.Blazor.Cookies-v1.1
Bugfixes
- Fixed cookies being attached twice to the HTTP response after
ICookieService.SetAsync
method called repeatedly for the same cookie. NowICookieService
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.