我一直在尝试使用像这样的javascript来设置cookie,
<html>
<script>
function set_cookie() {document.cookie="username=John Doe";}
</script>
<a href="#" onclick="set_cookie();">set it</a>
</html>
我已经在webhost上传了该页面,并尝试点击该链接。
但是当我去
FireFoxRight Click on page > View Page Info > Security > View Cookies
中的
我无法在那里找到cookie,这是由上面的代码设置的。
我做错了什么。 ?
更新
这是错误的并且正在使用&#34;私密浏览&#34; Firefox中的模式。
答案 0 :(得分:1)
我的工作正常。没问题。我试过Firefox和Chrome。
答案 1 :(得分:0)
确保您没有在Firefox中使用&#34;私密浏览&#34; 模式。