Limit Concurrent Sessions — limit an account to a set number of simultaneous logins across devices (WordPress plugin)
Find a file
2026-06-17 12:14:05 -06:00
app/templates refactor: remove dead Freemius addons code and templates 2026-06-17 12:09:01 -06:00
includes feat(admin): remove 'View details' plugin row meta link 2026-06-17 12:14:05 -06:00
languages chore: initial commit of loggedin (Limit Concurrent Sessions) v3.0.0 2026-06-17 12:05:11 -06:00
.gitignore chore: initial commit of loggedin (Limit Concurrent Sessions) v3.0.0 2026-06-17 12:05:11 -06:00
license chore: initial commit of loggedin (Limit Concurrent Sessions) v3.0.0 2026-06-17 12:05:11 -06:00
loggedin.php Update URL 2026-06-17 12:05:44 -06:00
readme.md chore: initial commit of loggedin (Limit Concurrent Sessions) v3.0.0 2026-06-17 12:05:11 -06:00
uninstall.php chore: initial commit of loggedin (Limit Concurrent Sessions) v3.0.0 2026-06-17 12:05:11 -06:00

Plugin Version License WordPress Tested Build Status

Loggedin - Limit Concurrent Sessions

Loggedin is a lightweight WordPress plugin that lets you easily limit the number of simultaneous active sessions a user can have. This is a crucial feature for membership sites, online courses, and other platforms where you need to prevent users from sharing their accounts.

Features

  • Set Global Limits: Define a maximum number of concurrent logins for all users.
  • Flexible Login Behavior: Choose to either block new logins when the limit is reached or automatically log out the oldest session to allow a new one.
  • Prevent Account Sharing: By limiting sessions, you can effectively stop users from sharing their login credentials with others.
  • Admin Control: Easily force log out a user from the admin dashboard, giving you full control over active sessions.
  • Developer-Friendly: The plugin is built with a hook-based architecture, making it highly customizable and extensible for developers.