"Hello world" :-)
I want to store variable or objects that can be used in all my scripts. For example to store a parsed template where only string have to be replaced to achieve that it doesn't have to be parsed on each page. I though that perhaps there is a way to use session variables with fixed IDs for server variables... if yes, whats about mutlithreading, espacially thread-safety? is there another way? some tutorials about that?
Thx...