子域下的本地存储
我正在编写一个使用本地存储来保存用户设置的用户脚本。 由于每个域的本地存储都是唯一的,如何在 example.com 和 www.example.com 之间共享本地存储?
I am writing a user script which use Local Storage to save users' setting.
As local storage is unique for each domain, how can I share the Local Storage between example.com and www.example.com?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
避免该问题的最简单方法 - 只是不要同时使用非 www 和 www 域名,您应该选择一个并从第二个域名执行永久重定向。造成这种情况的原因不仅与本地存储有关,这里的主要问题是搜索引擎优化。
The easiest way to avoid the problem - just don't use both non-www and www domain names at once, you should choose one and do permanent redirect from second one. The reasons for this are not only connected with local storage, the main issue here is search engine optimisation.