将值永久存储在客户端计算机中?

发布于 2024-08-04 23:02:07 字数 264 浏览 5 评论 0原文

有没有办法在客户端永久存储值?

我有一个网站,Flash游戏(当然,这个游戏不是我开发的),你注册后,即使你关闭浏览器,清除缓存和cookies,甚至重新启动计算机和调制解调器,它也会识别你。他们将值存储在哪里?为什么Flash游戏几天后就能认出我?

经过谷歌研究后,我仍然无法得到答案。我的猜测是,它存储在我的计算机 RAM 中吗?怎么可能?如果我的猜测是正确的,我们如何在 RAM 中存储值?

仅供参考:

Flash 游戏是在:AS3 中创建的

Is there a way to store values on client side permanently?

I have a site, flash game (the game is not developed by me, of course), after you registered, it will recognize you even after u close browser, clear cache and cookies, and even restart computer and modem. Where do they store the values? Why the flash game can recognize me after few days?

After research in google, I still cant get the answer. My guess is, is it stored in my computer RAM? How could it possible? If my guess is true, how do we store values in RAM??

FYI:

The flash game is created in : AS3

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

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

发布评论

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

评论(5

倚栏听风 2024-08-11 23:02:07

重新启动后 RAM 不会持续存在。因此,即使在一次重新启动后,也不可能记住 RAM 中存储的任何内容。我读过一些名为“本地共享对象”的内容,它比普通的要多一些。清除普通缓存/cookie 不会清除它们。

RAM is not perisistent with reboots. So its not possible to remember anything stored in RAM even after a single reboot. I have read about something called "Local Shared Objects" which are a bit more than the normal ones. Clearing normal caches/cookies wont clear them away.

浅浅淡淡 2024-08-11 23:02:07

它可能存储在服务器上,客户端通过 IP 地址以及浏览器 ID 字符串进行识别。

It's probably stored on the server, and the client is recognised by IP address and maybe also browser id string.

惟欲睡 2024-08-11 23:02:07

也许它是一个 Flash Cookie

Maybe it's a Flash Cookie?

哀由 2024-08-11 23:02:07

如果您说重启后它会记住您,则无法存储在 RAM 中。

您的调制解调器有一个 IP 和另一个 ID,可以采用以下形式:

c9067688.static.spo.virtua.com.br

也许它正在使用此 ID...

Can't store in RAM if you're saying that it remembers you after reboot.

Your modem have an IP and also another ID which can be in this form:

c9067688.static.spo.virtua.com.br

Maybe it's taking this ID...

二智少女 2024-08-11 23:02:07

游戏只有在登录网站或打开网址后才能识别您..??

如果它在登录后识别出您,那么它可能会将其存储在服务器中。

the game recognizes you only after logging in to the site or just open the url..??

if it recognizes you after login, then its probably stored it in a server.

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