2
Answers

How to Secure or Delete ".AspNet.ApplicationCookie"

Photo of Dinesh Periyasamy

Dinesh Periyasamy

5y
4.7k
1
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)