hi,
i try to cache my db-results in a static hash table like:
$ses_cacheArray[$table][$sql] = $result;
so if this query is already cached i just wanna return the array entry
but i find no way to create a variable accessable in all sessions without overwriting
thx in advance,
steffel