Hi
I understand PHP is server side, however I am desparetly looking for a solution to identify the device that is using my app. Ideally something like harddrive or cpu unique id.
Reason: We deliver a very high security app that is absolutely requires restriction that the user always use the same device to use the app. The user is entitled to use a desktop/notebook/notepad/mobile supporting any OS and any browser, but it must always be the same device. Using a “cookie” unfortunately will not work, since it can be removed by admin tools on the device.
Please can someone help me here. I have googled for various options but don’t seem to find the right answer.
Thanks in advance.
Larry