如何以可从其他页面访问的方式设置cookie?

时间:2017-09-05 15:06:15

标签: javascript jquery google-chrome cookies

我正在使用jQuery从一个页面设置cookie值,并且只能从该页面访问它。从其他页面中,检索到的cookie值始终显示为null。

$.cookie('servedAddress', JSON.stringify(cookieObject))

$.cookie('servedAddress') // returns the cookie only from the page where it was initially set.

0 个答案:

没有答案