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\"]
Your cookies are stored in your user folder:
%userprofile%\AppData\Roaming\Microsoft\Windows\Cookies
You will need to "show" hidden / system files to see them.