I’ve noticed on social networking sites that you can be signed in with multiple browsers or computers simultaneously. For the website I’m building, I was planning on allowing a user to be signed in only once at a time for security purposes. Is this overkill for a website about entertainment? Do you think the added security is worth possibly annoying people who switch back and forth between multiple computers (like me)?
Share
I would like to be able to login from wherever I want, so if I switch to a different computer I don’t find out that I’m logged out because I logged in somewhere else.
If you want it to be secure, you can show an alert saying that the same account has been logged in from a different location (a second login), and even give the option to disable that.