ASP.Net Core makes too many cookies for my app to handle
问题 I have a test application that I am using to test integration with my WSO2 Identity Server IDP. When run by itself it works just fine. It makes an .AspNetCore.Antiforgery cookie and an .AspNetCore.Cookies cookie. The anti-forgery cookie is 190 bytes and the main cookie is 3.7K bytes. But if I login to another application first, then load my my test harness page, it get 4 additional cookies: .AspNetCore.CookiesC1 - 4K Bytes .AspNetCore.CookiesC2 - 4K Bytes .AspNetCore.CookiesC3 - 4K Bytes