Hi,
I am php noob and I have question about the singleton patter in php. I am not sure how the server handles the different users. If I create a singleton class, is that "single" instance shared among all the different users connecting to the server? are there any situations in which one users can change the value of a variable being used by another user?
Thank you in advance.