.net - duplicate formsauthentication cookie breaks edge -




we're using formsauthentication in .net mvc application , we're seeing strange issue. (seemingly random) response comes server 2 cookies identical names. seems chrome, mozilla, opera handle allright. edge deletes authentication cookie entirely. after next request returned login page because don't have authentication cookie.

here's screenshot edge developer tools showing request/response cookies.

enter image description here

i've been searching everywhere i've got no idea why happening. ideas welcome!





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -