If i use Response.Cookies[\"test\"].Value =\"Hi\"; where are cookie stored in system?
Response.Cookies[\"test\"].Value =\"Hi\";
Can i check Cookies[\"test\"] value in my pc because
Cookies[\"test\"]
For Windows :
C:\Users\Your User Name\AppData\Local\Google\Chrome\User Data\Default.
For Mac:
~Library/Application\ Support/Google/Chrome/Default/Cookies
You can use SQLite Browser for access it .