Flash SharedObejct 每个会话都会过期吗?

发布于 2024-09-24 13:04:17 字数 1436 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

人事已非 2024-10-01 13:04:17

您的共享对象可以有一个“状态”属性来标识用户当前正在与站点的哪个部分进行交互。当用户更改部分时,更新属性。在特定部分中,每当您需要选择要显示的内容时,都可以查询属性。

另一种选择是当用户进入网站的特定部分时,使用 localPath 和唯一名称设置您的共享对象,并使用唯一的会话标识符,然后在用户离开网站的部分时清除它。

请参阅本文以获取更多信息关于设置名称和本地路径:
http://jaycsantos.com/flash/the-trick-to-using -共享对象/

Your sharedObject could have a "state" property to identify which section of the site the user is currently interacting with. When the user changes section, update the property. Within a specific section , query the property whenever you need to select what content to display.

Another option could be to set your sharedObject with a unique session identifier when a user enters a specific section of the site, using both localPath and a unique name then clear it when the user leaves the site's section

Have a look at this article for more info on setting a name & a localPath:
http://jaycsantos.com/flash/the-trick-to-using-sharedobject/

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