How to Adapt Your .NET App for SameSite

How to Adapt Your .NET App for SameSite

Have you heard about the SameSite changes you need to make to your .NET apps?.

Kori Francis

As is, this doesn’t seem to work on Chrome 85.0.4183.121 and Edge (chrome) 86.0.622.28. Works in Firefox, and Edge (non-Chrome).

Guillermo Arroyo

does not seem to work for this line => if (userAgent.Contains(“Chrome/5”) || userAgent.Contains(“Chrome/6”))

the userAgent value must contains Chrome/8

Kori Francis

It looks like people are just changing it to generic Chrome: https://github.com/enkodell…