Hi all I'm not to sure where to actually post this, but maybe you guys can help out. This is more of a request than anything else.
What I'm looking for is function or a constant that will keep track of session that are currently in use in memory. This should just return a integer. eg. <?php print session_current(); //returns 4 - These are currently active ?> Thanks in advance... J