Greetings people.
I have a configuration file (Holds lots of define() commands).
I wonder what will be faster/more logical to do:
1. put it in a *php file and include it in each script in the site.
2. Put those values in the SESSION once when you enter to the site.
I am well aware the SESSION is also some kind of include which happens each time the session_start() function is activated.
thanks for any enlightenment.