为什么在FireFox cookie查看器中找不到使用javascript存储的cookie?

时间:2014-09-22 03:08:55

标签: javascript cookies

我一直在尝试使用像这样的javascript来设置cookie,

<html>
<script>
function set_cookie() {document.cookie="username=John Doe";}
</script>
<a href="#" onclick="set_cookie();">set it</a>
</html>

我已经在webhost上传了该页面,并尝试点击该链接。

但是当我去

FireFox Right Click on page > View Page Info > Security > View Cookies

中的

我无法在那里找到cookie,这是由上面的代码设置的。

我做错了什么。 ?

更新

这是错误的并且正在使用&#34;私密浏览&#34; Firefox中的模式。

2 个答案:

答案 0 :(得分:1)

我的工作正常。没问题。我试过Firefox和Chrome。

Chrome

Firefox

答案 1 :(得分:0)

确保您没有在Firefox中使用&#34;私密浏览&#34; 模式。