This is my first post in MT forum so you can imagine I’m a little bit new on this. I hope you can help me to do this script.
We offer internet access with a Hotspot validating users via external RADIUS. We want to limit only one connection at the same time per user but we want users to be able to connect as many devices as they want “without logging out”.
(f.e) Imagine that our user is in a hotel and has a laptop and a mobile device. When he decides to use the mobile, he should be able to logging in introducing user and password, logging out the laptop automatically.
Is that possible with PHP API? What should be best way to do it?
From previous experience, this will cause a “login war” between clients and complaints to you. Best to deny second login attempt with RADIUS.
Imagine Dad and Mom in the living room logged in and watching a Netflix movie. Just as the movie reaches its climax, Junior in the bedroom connects and logs in so he can Twitter with his girlfriend, disconnecting Dad and Mom, and ruining the movie. Let the complaints begin!