pues para cuestiones de prueba hice esto y me funciono
Código PHP:
Ver original$SESSION=array('a'=>1,'***b'=>2,'c'=>3,'***d'=>4); foreach($_SESSION as $k => $qty){
if (substr($k,0,3)=='***' && ($qty>=0)){ }
}
checa como esta formada tu variable con var_dump($_SESSION).