Quote from: tuto2 on May 12, 2026, 03:17:58 PMDoes this produce any output?No. (I had to make it a one-liner because it complained about an Unmatched '"' but that shouldn't matter, I suppose.)
QuoteRegarding your side question, the options allow for either having concurrent users (across multiple MACs), or not. If you don't allow them, previous sessions will automatically be killed. You can split this functionality up by splitting into zones if your architecture allows. However, this shouldn't be relevant for the problem you're seeing, as multiple sessions bound to the same user/MAC should not exist in any case.We need to be able to hand out vouchers that can be used by multiple users during certain events and sadly, the "one session per user" restriction would apply to vouchers, too.
I would assume there's no way to treat users and vouchers differently. Is that correct?
Splitting up zones is indeed what we're currently considering. I guess the only way to achieve this would be two different CP instances - one for users and one for vouchers - on two different WiFi networks and asking the user to pick the correct WiFi. We want to avoid this, but maybe we won't have much of a choice. Doing so and limiting sessions to one per user would of course solve our original problem, but as you said, multiple sessions for a single MAC shouldn't exist anyway, so you might just treat this part as a bug report. ;-)
"