I’m not sure what your question is but I’ll explain what I think you want.
In short, In WordPress, there is no maximum number of sessions for a single user account, but the functionality can be added on.
By default, WordPress allows multiple sessions. that means a single user can log in using multiple devices at the same time. Also by default WordPress cannot restrict logins to a specific device. For such functions, you may need to find and existing WordPress plugin or build a custom one.
Hi!
Thank you for your answer because yes, you answered my question 🙂 (“By default, WordPress allows multiple sessions. that means a single user can log in using multiple devices at the same time.”)
Now, I would need to know if is there any limit or not. For example, I send the same user and password to 1.000 students, can all of them log in at the same time or will I have any problem?
Thanks!
WordPress itself does not have any restrictions on the number of users who login, whether with the same account or unique logins for each of them. However, there may be resource usage limitations on hosting storage and bandwidth, which you would need to enquire from your hosting company.
Wonderful.
Thank you very much.
Yes, the server is checked so, my only doubt was with WP limitation.
Thank you!