active per session?
6mon 28d ago by community.nodebb.org/uid/29494 in general-discussion@community.nodebb.orgIs there any setting or plugin to manage the number of active sessions per user?
Kadir-Ay-0 not really, no. What are you trying to achieve with limiting the number of sessions?
julian I want to develop a system that prevents university students from sharing their accounts. In other words, I want to ensure that no more than three different devices can be logged into the same account simultaneously in short, to limit the number of devices that can be logged in at the same time.
Kadir-Ay-0 You can only control this through a dedicated plugin or custom module. Discourse doesn't have a native setting for limiting active sessions per user, but the discourse-auth-tokens plugin allows you to view and revoke sessions, which is the closest thing you're looking for.