2
Answers

How to Secure or Delete ".AspNet.ApplicationCookie"

I have controller it return JSON. My controller return value After logout  by set document.cookie=".AspNet.ApplicationCookie=....." in browser console.
 
How to restrict this my old cookies return value by set ".AspNet.ApplicationCookie"
 
Answers (2)