Cannot set cookies in Javascript

后端 未结 9 2188
青春惊慌失措
青春惊慌失措 2020-12-01 10:28

I have a very simple line of code that set and read a cookie. I kept getting empty value for my cookie and have no understanding why. I have cookie enabled and know that coo

9条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-01 10:58

    Chrome doesn’t store cookies from the pages which are loaded from local file system. ex: file:///C:/User

提交回复
热议问题