Quizzes & Puzzles7 mins ago
what happens?
7 Answers
if you sign into a yahoo account for example and someone is already signed in to it (not from the same house), can you see them on there, what happens exactly?
Answers
Best Answer
No best answer has yet been selected by bubbles4920. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.Here's how it works:
You go to a website to sign on. Yahoo, for instance.
After entering your username and password, this is sent to the Yahoo server which checks to see if the password is correct. If so, it sends you a 'session cookie'. This is a little file that sits on your computer (totally harmless), containing your username and some information to say that you are signed in. Probably also a date and time that the cookie is no longer valid for (typically 2 weeks, perhaps).
If the website wants to make sure you are signed in to do whatever you want to do (delete an email or something), it can now quickly check some data it's temporarily stored for you on the server, with the information in your cookie. If they match (and it's next to impossible to fake), then it means you're singed on, so it'll delete the email. If something goes wrong, or the cookie becomes out of date, it'll ask you to sign in again.
Now, using the same account on more than one machine is dependant on the website. But most popular ones will allow this, storing the state information in the cookie and on the server, for as many computers as you like.
So it can check that one computer is signed in. If you go to another computer and sign in, this computer will get a different cookie, with slightly different information. This is then fine to use on that computer to show that you're signed in.
Two computers can be using the same account at the same time. It's nothing to do with you seeing their cursor move about on your screen or anything like that. What you will see though, is updates to the server-stored information. If someone else uses your account and deletes an email, then when you next press refresh on the email page (or just load that page), the email will be gone. All either computer is doing is accessing certain operations on the server. These updates can then be seen by any computer accessing that
You go to a website to sign on. Yahoo, for instance.
After entering your username and password, this is sent to the Yahoo server which checks to see if the password is correct. If so, it sends you a 'session cookie'. This is a little file that sits on your computer (totally harmless), containing your username and some information to say that you are signed in. Probably also a date and time that the cookie is no longer valid for (typically 2 weeks, perhaps).
If the website wants to make sure you are signed in to do whatever you want to do (delete an email or something), it can now quickly check some data it's temporarily stored for you on the server, with the information in your cookie. If they match (and it's next to impossible to fake), then it means you're singed on, so it'll delete the email. If something goes wrong, or the cookie becomes out of date, it'll ask you to sign in again.
Now, using the same account on more than one machine is dependant on the website. But most popular ones will allow this, storing the state information in the cookie and on the server, for as many computers as you like.
So it can check that one computer is signed in. If you go to another computer and sign in, this computer will get a different cookie, with slightly different information. This is then fine to use on that computer to show that you're signed in.
Two computers can be using the same account at the same time. It's nothing to do with you seeing their cursor move about on your screen or anything like that. What you will see though, is updates to the server-stored information. If someone else uses your account and deletes an email, then when you next press refresh on the email page (or just load that page), the email will be gone. All either computer is doing is accessing certain operations on the server. These updates can then be seen by any computer accessing that
No not at all.
All your data with Yahoo or anyone else is stored on their server, in a database.
If you sign in, it'll take you to the regular home page that it always takes you to. It may fetch some information from your area in the database.
If you click the Mail button to check your mail, it'll take you to a new page which will grab the mail information from your area of the database.
Different areas of the database can happily be used at the same time. So someone else can sit on one computer and read your email, and when you login you'll still get the same page you always do. Each username for each website isn't one 'connection' to their system. You can have many, each one accessing different parts of your information on their server.
All your data with Yahoo or anyone else is stored on their server, in a database.
If you sign in, it'll take you to the regular home page that it always takes you to. It may fetch some information from your area in the database.
If you click the Mail button to check your mail, it'll take you to a new page which will grab the mail information from your area of the database.
Different areas of the database can happily be used at the same time. So someone else can sit on one computer and read your email, and when you login you'll still get the same page you always do. Each username for each website isn't one 'connection' to their system. You can have many, each one accessing different parts of your information on their server.