Good day all,
I need to be able to set a client side environment variable and access it, when the client is active....
ie client pc opens dashboard, a local (to the client) environment variable is set up by a prompt of: "Hi there, what is your name?".....
Client then enters their name (Mike) in a text entry field and is stored to $NAME on the client pc...
During dashboard functions, the client can get personalised responses akin to:
"No, Mike, the Lights are already off."
As there are multiple points running the common dashboard, a single, server side environment variable will not work...
Or am I wrong?
TIA
Ed