Unique identifier against server (the pkey)Solved

Is there a way to unique identify current instance of application/PC in php script (LimeLM server)?

What I mean by that - I have a special feature, which contains information for my application - license expiration date. Once the client decides to renew the license, I need to let the LimeLM server know, this client (=this instance of application) requested renewing the license. How can I identify in LimeLM database, which instance I want to renew?

Generally, I need to let my php script know, please renew license for *this* user/instance/PC. How to do that? What data can I send to php script to identify instance? Because just email might use two keys.

You can just have the user enter their product key. Those are unique.

OK, but as an application running on client's PC, I don't have access to the product key, do I?

TA_GetPKey()

That was easy 🙂 - perfect, thank you.