cookie没有在Mozilla firefox和IE中设置

时间:2013-07-23 12:11:34

标签: javascript jquery

我需要在访问网址之前设置cookie。该代码在Google Chrome浏览器中运行良好,但在IE或Mozilla Firefox中,Cookie尚未设置。 以下是供参考的代码:

  jQuery.setCookie("ABC", jsonRes.enCookie,1,".ABC.com");
  window.location.replace(jsonRes.redirectURL);

0 个答案:

没有答案