Hi All, is it poossible to loop through separate PHP SESSIONS to find the MAX Value, ending up with the Name of the SSEEION and its Value
Example, I have 3 PHP Seesions:
1. Joe has the value 1
2. Bill has the value 2
3.Jane has the value 3
I would like to get the name of the SESSION with the MAX value.
In this case its Jane.
Many thanks for help
Jon