2024-10-16, 03:44 PM
Hi,
I was wondering, how could i limit max concurrent sessions of my users without blocking them ?
For a bit of context, i want to limit my users to only one session (or a little more depending on the needs) because they often watch on a single device. All that is to prevent account sharing.
But, if a user is already connected to device A, he just can't connect to B at all (outputting some generic error message). The common sense would be that when they try to log on device B, the current session of device A terminate, am i wrong ?
Thank you !
I was wondering, how could i limit max concurrent sessions of my users without blocking them ?
For a bit of context, i want to limit my users to only one session (or a little more depending on the needs) because they often watch on a single device. All that is to prevent account sharing.
But, if a user is already connected to device A, he just can't connect to B at all (outputting some generic error message). The common sense would be that when they try to log on device B, the current session of device A terminate, am i wrong ?
Thank you !