{"id":285374,"date":"2026-03-10T03:25:17","date_gmt":"2026-03-10T03:25:17","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/session-limiter\/"},"modified":"2026-03-10T03:25:00","modified_gmt":"2026-03-10T03:25:00","slug":"sessionquota","status":"publish","type":"plugin","link":"https:\/\/en-au.wordpress.org\/plugins\/sessionquota\/","author":15614093,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.0","stable_tag":"1.0.0","tested":"6.9.4","requires":"5.9","requires_php":"7.4","requires_plugins":null,"header_name":"SessionQuota","header_author":"HandyPlugins","header_description":"Limit concurrent user sessions with simple session management.","assets_banners_color":"597cbe","last_updated":"2026-03-10 03:25:00","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/HandyPlugins\/sessionquota","header_author_uri":"https:\/\/handyplugins.co\/","rating":0,"author_block_rating":0,"active_installs":0,"downloads":157,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"handyplugins","date":"2026-03-10 03:25:00"}},"upgrade_notice":{"1.0.0":"<p>Initial release of SessionQuota.<\/p>"},"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3478715,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3478715,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3478715,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3478715,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3478715,"resolution":"1","location":"assets","locale":""}},"screenshots":{"1":"Settings Page"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[257402,4553,257403,14950,212032],"plugin_category":[],"plugin_contributors":[147258],"plugin_business_model":[],"class_list":["post-285374","plugin","type-plugin","status-publish","hentry","plugin_tags-account-sharing","plugin_tags-concurrent-login","plugin_tags-concurrent-sessions","plugin_tags-session","plugin_tags-user-sessions","plugin_contributors-handyplugins","plugin_committers-handyplugins"],"banners":{"banner":"https:\/\/ps.w.org\/sessionquota\/assets\/banner-772x250.png?rev=3478715","banner_2x":"https:\/\/ps.w.org\/sessionquota\/assets\/banner-1544x500.png?rev=3478715","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/sessionquota\/assets\/icon-128x128.png?rev=3478715","icon_2x":"https:\/\/ps.w.org\/sessionquota\/assets\/icon-256x256.png?rev=3478715","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/sessionquota\/assets\/screenshot-1.png?rev=3478715","caption":"Settings Page"}],"raw_content":"<!--section=description-->\n<p>SessionQuota helps you prevent account sharing by controlling how many active sessions each user can have at the same time.<\/p>\n\n<p>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).<\/p>\n\n<h4>Key Features<\/h4>\n\n<ul>\n<li><strong>Global session limit<\/strong>: Set a maximum number of concurrent sessions per user (<code>0<\/code> = unlimited).<\/li>\n<li><strong>Enforcement modes<\/strong>:\n\n<ul>\n<li><strong>Block new login<\/strong> when the limit is reached.<\/li>\n<li><strong>Logout oldest session(s)<\/strong> required to stay within the limit.<\/li>\n<li><strong>Logout all other sessions<\/strong> after a successful login (single-session mode).<\/li>\n<\/ul><\/li>\n<li><strong>Simple setup<\/strong>: Manage settings from <code>Settings -&gt; SessionQuota<\/code>.<\/li>\n<\/ul>\n\n<h4>Enforcement Modes Explained<\/h4>\n\n<ol>\n<li><p><strong>Block new login<\/strong><\/p>\n\n<ul>\n<li>Rejects the new login attempt when the user is already at the limit.<\/li>\n<\/ul><\/li>\n<li><p><strong>Logout oldest session(s)<\/strong><\/p>\n\n<ul>\n<li>Terminates the oldest existing session(s) required to keep the user within the limit.<\/li>\n<\/ul><\/li>\n<li><p><strong>Logout all other sessions<\/strong><\/p>\n\n<ul>\n<li>Keeps only the latest session and terminates all other sessions.<\/li>\n<\/ul><\/li>\n<\/ol>\n\n<h4>Contributing &amp; Bug Reports<\/h4>\n\n<p>Bug reports and pull requests are welcome on GitHub: https:\/\/github.com\/HandyPlugins\/sessionquota<\/p>\n\n<!--section=installation-->\n<h4>From the WordPress Dashboard<\/h4>\n\n<ol>\n<li>Go to <code>Plugins -&gt; Add New<\/code>.<\/li>\n<li>Search for \"SessionQuota\".<\/li>\n<li>Click Install, then Activate.<\/li>\n<li>Go to <code>Settings -&gt; SessionQuota<\/code> to configure.<\/li>\n<\/ol>\n\n<h4>Manual Installation<\/h4>\n\n<ol>\n<li>Upload the <code>sessionquota<\/code> folder to <code>\/wp-content\/plugins\/<\/code>.<\/li>\n<li>Activate SessionQuota through the <code>Plugins<\/code> menu in WordPress.<\/li>\n<li>Go to <code>Settings -&gt; SessionQuota<\/code>.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"where%20do%20i%20configure%20sessionquota%3F\"><h3>Where do I configure SessionQuota?<\/h3><\/dt>\n<dd><p>Go to <code>Settings -&gt; SessionQuota<\/code> in wp-admin.<\/p><\/dd>\n<dt id=\"what%20happens%20when%20the%20session%20limit%20is%20set%20to%200%3F\"><h3>What happens when the session limit is set to 0?<\/h3><\/dt>\n<dd><p>0 means unlimited sessions. In this case, session limiting is effectively disabled unless you choose <code>Logout all other sessions<\/code> (single-session mode).<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0 (Mar 10, 2026)<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Prevent account sharing by limiting concurrent user sessions in WordPress.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/en-au.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/285374","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/en-au.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/en-au.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/en-au.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=285374"}],"author":[{"embeddable":true,"href":"https:\/\/en-au.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/handyplugins"}],"wp:attachment":[{"href":"https:\/\/en-au.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=285374"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/en-au.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=285374"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/en-au.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=285374"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/en-au.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=285374"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/en-au.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=285374"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/en-au.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=285374"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}