RBecker wrote:martinch wrote:Would a unique fingerprint in a cookie be of any use?
Possibly, if that could be stored for each session and logged and visible in the UI somewhere. I have my web servers in front of HAProxy currently which stores a cookie that locks the session to whatever backend server it assigned, and I'm sure I could probably have it set another one for a unique ID. Though, if we wanted this to be viable for any user of Vici, then a Vici script itself would have to set that cookie.
Understood thank you RBecker

I had some time today and I thought I'd provide a solution for you here. So here's what I have for you;
Without making any changes to Chrome / other browser settings to perform the WebRTC hack to get the local LAN IP (a unique fingerprint is on the extreme right);
I login to ViCiDial…as normal (user 1234);

Then, Dick Jones logs into the same machine with a different account (101);

If you do as Matt suggested and toggle this special flag;

We do the same again (1234);

And Dick Jones makes a return (user 101);

Both using the same box…tut tut. So the admin / provider asks us to use our own workstations. Here is me 1234 logging into my own box;

So there it is. Would this be useful to you? If so, I can submit the code changes on Mantis for Matt and team to review and possibly publish

Cheers.