标签: 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.