Hi,
I am trying to retrieve some details from the client side to store them on our database, idea is to authorize and deny certain machines to login on our system.
Imagine, costumer will login on our system and we retrieve a machine ID (Machine Hostname?), then create a unique key storing both on our database with a flag (authorize or deny).
This way costumer can manage open sessions, authorized machines and have "full" control of where he can login.
Hope this makes sense.