Limit parallel logins, visualize user sessions and frontend login management.
With the WordPress Session Manager plugin you can see how many times a user is logged in, set a sitewide limit and give users the option to manage their sessions on their own.
Increase your revenue by prohibiting unlimited user logins
You have spent hours on making your content truly unique? Then it is finally time to protect your online platform from unlimited user logins. Set a sitewide session limit and increase your revenue by avoiding account abuse.
About the Money
Our Pricing
We are commited to develop a high quality WordPress plugin. Our Session Manager plugin helps you increasing revenue on your academies and learning platforms
Performer
Get access to advanced session management features like limiting the maximum allowed sessions, user notifications and various plugin integrations
Use our free version and see who is logged in with how many sessions. Also get access to the frontend ajax table, so your users can monitor their sessions too.
Set a maximum of parallel logins on a per user level. Allows you to sell additional logins.
// Check if current user is within session limitif(!apply_filters("is_within_session_limit",true,wp_get_current_user())){echo"You are not within the limit :(";}else{echo"You are good to go :)";}// Whitelist user rolesadd_filter("is_within_session_limit","whitelist_roles",99,2);functionwhitelist_roles(bool$within,WP_User$user){$allowed_roles=array('editor','administrator','author');if(array_intersect($allowed_roles,$user->roles)){returntrue;}return$within;}// Set limit for user with ID 8 to 10 sessionsadd_filter("session_limit","increase_limit_user",99,2);functionincrease_limit_user(bool$within,WP_User$user){if($user->ID==8){return10;}return$within;}
This is a block of text. Double-click this text to edit it.
Privacy Preference
We use cookies on our website. Some of them are essential, while others help us to improve this website and your experience.If you are under 16 and wish to give consent to optional services, you must ask your legal guardians for permission.We use cookies and other technologies on our website. Some of them are essential, while others help us to improve this website and your experience.Personal data may be processed (e.g. IP addresses), for example for personalized ads and content or ad and content measurement.You can find more information about the use of your data in our privacy policy.You can revoke or adjust your selection at any time under Settings.
If you are under 16 and wish to give consent to optional services, you must ask your legal guardians for permission.We use cookies and other technologies on our website. Some of them are essential, while others help us to improve this website and your experience.Personal data may be processed (e.g. IP addresses), for example for personalized ads and content or ad and content measurement.You can find more information about the use of your data in our privacy policy.Here you will find an overview of all cookies used. You can give your consent to whole categories or display further information and select certain cookies.