I want to make one file containing varibles to be shared by multiple users/clients.
I thought it would be handy to use PHP sessions in order to load and register such variables.
Is it possible for serveral users to share one unique session file?
how?