Where cookies are stored in system?

后端 未结 6 1097
一生所求
一生所求 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 14:38

    On Windows 10, I press Win+R and type shell:Cookies to open the cookies folder.

    it's a hidden folder, the path is

    C:\Users\admin\AppData\Local\Microsoft\Windows\INetCookies

提交回复
热议问题