Reading all cookie values
<?php foreach ($_COOKIE as $cookie_name => $cookie_value) { print "$cookie_name = $cookie_value <br/>"; } ?>