Opis
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
- Global session limit: Set a maximum number of concurrent sessions per user (
0= unlimited). - Enforcement modes:
- Block new login when the limit is reached.
- Logout oldest session(s) required to stay within the limit.
- Logout all other sessions after a successful login (single-session mode).
- Simple setup: Manage settings from
Settings -> SessionQuota.
Enforcement Modes Explained
-
Block new login
- Rejects the new login attempt when the user is already at the limit.
-
Logout oldest session(s)
- Terminates the oldest existing session(s) required to keep the user within the limit.
-
Logout all other sessions
- 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
Instalacija
From the WordPress Dashboard
- Go to
Plugins -> Add New. - Search for “SessionQuota”.
- Click Install, then Activate.
- Go to
Settings -> SessionQuotato configure.
Manual Installation
- Upload the
sessionquotafolder to/wp-content/plugins/. - Activate SessionQuota through the
Pluginsmenu in WordPress. - Go to
Settings -> SessionQuota.
ČPP
-
Where do I configure SessionQuota?
-
Go to
Settings -> SessionQuotain 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).
Recenzije
Nema recenzija za ovaj dodatak.
Suradnici i Programeri
“SessionQuota” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.
SuradniciPrevedite “SessionQuota” na svoj jezik.
Zainteresirani ste za razvoj?
Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.
Dnevnik promjena
1.0.0 (Mar 10, 2026)
- Initial release.

