Page 1 of 1

one session per pc

PostPosted: Thu Nov 10, 2016 8:52 am
by davide.filippi
Hi all,
I want to avoid that a single user launch 2 session (2 login with different user/pass) in the same workstation.
Is there any way to do this?

Re: one session per pc

PostPosted: Fri Nov 11, 2016 11:05 pm
by ambiorixg12
That feature is not on vicidial but you could use the php variable $_SERVER['REMOTE_ADDR'] and MYSQL to write an script who will validate active connection to the agent login screen

Re: one session per pc

PostPosted: Tue Nov 15, 2016 10:06 am
by davide.filippi
Thank you for the reply.
I'm not good at PHP. What and where i can do this?