Andrew Casey
Andrew Casey
@weirdyang Is the username unusually long or short?
@weirdyang Are you working with @apetrut? #51165 appears to have an error message with the same GUID.
And is that user seeing in on multiple devices and/or after clearing cookies?
Also, can you please confirm you're seeing a different GUID in your error message? I'm going to get creeped out if there are three of these.
Serialization format for the anti-forgery token: ```csharp /* The serialized format of the anti-XSRF token is as follows: * Version: 1 byte integer * SecurityToken: 16 byte binary blob *...
I gather these apps are authenticated. What mechanism are people using? Claims-based? Which provider?
@ChadEQ Thanks! Sorry for not being clearer with tags. I'm relieved to hear that the guid is different. 😅 Edge and Chrome are pretty similar these days, though that should...
@weirdyang @ChadEQ Are either of you able to debug the server while this is failing? We have public symbols and I can suggest breakpoints.
@apetrut I think two tabs in the same browser would use the same cookie and require the same key for decryption.
@apetrut Any insights on the GUID collision? I'm assuming you didn't copy-paste yours from this bug.