i want to have a variable that has the same value for all the different users/clients accessing the system.
also the variable\'s value has to be modifiable.
Just use a database table for storing that value.
That's the simplest way to store persistent application-wide data in a Web application.