I am using 'Response.Cookies.Append' for setting the culture as suggested in ASP.NET Core 2.1 docs (https://docs.microsoft.com/en-us/aspnet/core/fundamentals/localization?view=aspnetcore-2.1#implement-a-strategy-to-select-the-languageculture-for-each-request).
And it is working perfectly fine at my station. But when my colleague fetches my changes, It is not working.
During debug, I found 'Response.Cookies.Append' didn't add the cookie. Anyone else meets the issue? Any solution?
Response.Cookies.Appendcalled if you put a breakpoint? Is there any demo to reproduce your issue? - Edward