Where cookies are stored in system?

后端 未结 6 1085
一生所求
一生所求 2020-12-08 14:15

If i use Response.Cookies[\"test\"].Value =\"Hi\"; where are cookie stored in system?

Can i check Cookies[\"test\"] value in my pc because

6条回答
  •  执念已碎
    2020-12-08 15:01

    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.

提交回复
热议问题