Hi..
Some common functions from global_function.php are called by other php pages but return values are the same.
option 1 :Calling same function for same result from different pages
option 2 : function is called once,return values are set in session variables and they are reused by other pages
If option 1 is used, number of session variables will be 3.
If option 2 is used, number of session variables will be 7.
Calling fun many times is much better than using many session variables ??? Whice one is the fastest and safest to access ldap server ??