TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Could my Facebook childhood memory be real?

5 点作者 _u超过 3 年前
I have been thinking about this vague memory lately. Somewhere between 2011 and 2013, I used to go on an application on Facebook called &quot;Video Chat Rounds&quot; (article: <a href="https:&#x2F;&#x2F;www.adweek.com&#x2F;performance-marketing&#x2F;video-chat-rounds-random" rel="nofollow">https:&#x2F;&#x2F;www.adweek.com&#x2F;performance-marketing&#x2F;video-chat-roun...</a>). It was an app on which you could video chat with other Facebook users (basically the same thing as Omegle). It used to be an app on the Facebook platform.<p>Back in the day I was still a kid and thought it was pretty cool to see and talk to people all over the world. There is one thing that is bothering me. I have this memory that sometimes, after I had just been on the app and went back to my Facebook homepage, I was suddenly logged into a random Facebook account from a person I had never heard of before. As a kid, that felt really illegal and scared me.<p>Now, many years later, I am wondering whether this memory is something which really happened or which I made up. It seems very unlikely you could get logged in as another user (without entering any credentials) on a platform like Facebook. However, I do believe it is a real memory.<p>My question is the following one: could this memory be real and if so, what did Facebook do wrong?

2 条评论

armchairhacker超过 3 年前
Idk about your specific case but I <i>do</i> know being logged in to another user can happen on buggy servers and has happened to others.<p>Servers have to keep track of which clients are logged into which users, usually via a session token. Memory corruption or a race condition can cause one token to be associated with another user.
评论 #29743270 未加载
isaac21259超过 3 年前
Definitely possible. Steam had something similar a while back caused by caching issues [1]. I have no idea about Facebook specifically though.<p>[1] <a href="https:&#x2F;&#x2F;www.forbes.com&#x2F;sites&#x2F;insertcoin&#x2F;2015&#x2F;12&#x2F;25&#x2F;steam-is-randomly-logging-users-into-other-peoples-accounts-and-exposing-their-information&#x2F;?sh=7efffa1e301d" rel="nofollow">https:&#x2F;&#x2F;www.forbes.com&#x2F;sites&#x2F;insertcoin&#x2F;2015&#x2F;12&#x2F;25&#x2F;steam-is-...</a>