Linux 软件免费装
Banner图

SessionQuota

开发者 handyplugins
更新时间 2026年3月10日 11:25
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

session account-sharing concurrent-sessions concurrent-login user-sessions

下载

1.0.0

详情介绍:

SessionQuota helps you prevent account sharing by controlling how many active sessions each user can have at the same time. Set a global session limit and choose what happens when the limit is reached: block the new login, logout the oldest session(s), or keep only the latest session (single-session mode). Key Features Enforcement Modes Explained
  1. Block new login
  2. Rejects the new login attempt when the user is already at the limit.
  3. Logout oldest session(s)
  4. Terminates the oldest existing session(s) required to keep the user within the limit.
  5. Logout all other sessions
  6. Keeps only the latest session and terminates all other sessions.
Contributing & Bug Reports Bug reports and pull requests are welcome on GitHub: https://github.com/HandyPlugins/sessionquota

安装:

From the WordPress Dashboard
  1. Go to Plugins -> Add New.
  2. Search for "SessionQuota".
  3. Click Install, then Activate.
  4. Go to Settings -> SessionQuota to configure.
Manual Installation
  1. Upload the sessionquota folder to /wp-content/plugins/.
  2. Activate SessionQuota through the Plugins menu in WordPress.
  3. Go to Settings -> SessionQuota.

升级注意事项:

1.0.0 Initial release of SessionQuota.

常见问题:

Where do I configure SessionQuota?

Go to Settings -> SessionQuota in wp-admin.

What happens when the session limit is set to 0?

0 means unlimited sessions. In this case, session limiting is effectively disabled unless you choose Logout all other sessions (single-session mode).

更新日志:

1.0.0 (Mar 10, 2026)