How would you make a variable that is global to the solution? I know about the config file. The problem is that there are several users using the program and the variable value would be unique to each of them. Is there any way of caching a value like the configurationsettings does?