子域下的本地存储

发布于 2024-10-26 12:44:03 字数 93 浏览 3 评论 0原文

我正在编写一个使用本地存储来保存用户设置的用户脚本。 由于每个域的本地存储都是唯一的,如何在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

决绝 2024-11-02 12:44:03

避免该问题的最简单方法 - 只是不要同时使用非 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文