More solid PHP know-how

Using the putenv and getenv functions UNIX enviroment variables can be used to store info on the server, but without tying it to any particular user (session). Probably only variables called PHP_something can be used, but this is sysadmin configurable. Maybe this can be used thus: getenv(“PHP_WHOS_LOGGED_AT_HYPE”) would return a list of user id’s active recently (maybe their times also as the names will need to be removed at some point). getenv(“PHP_HYPE_01010_START”) could be used to record when the page generation started, but this would be more usefully put into the code.