在子域上设置 Cookie?
我有网站 blah.com。我需要设置 3cookies + 使用谷歌分析。我想将其设置为 www.blah.com,这样当我提供图像(在 blah.com 或 static.blah.com 上)时,它是无 cookie 的。
这可能吗?我该怎么做?我正在使用 jquery-cookies 和 asp.net
I have the site blah.com. I need to set 3cookies + use google analytic. I would like to set it as www.blah.com so when i serve images (on blah.com or static.blah.com) it is cookie-less.
Is this possible? How do i do it? I am using jquery-cookies and asp.net
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需将 cookie 的域属性设置为“www.blah.com”
Simply set the domain attribute of the cookie to "www.blah.com"