HI!
A solution could be create an entity where you keep your values .
Something like :
Id;
Guid ( that is unique ) ;
Variable ;
Value
A client variable would receive the "Guid" and not the actual variable value, and the value can be retrieved when necessary through simple aggregate.
Just an idea.
regards
Graça