What is the best way to store non-sensitive tiny pieces of information. For example i would like to save the last time the report was updated or maybe the maximum number of users connected at the same time, so nothing bigger then an integer or a string.
I am thinking:
Is there any best practice for this kind of cases?