I want to dump out all the cookies onto the screen so that I can see which is what. I know aobut $HTTP_cookie_vars, but appearantly the server that I'm running these tests on doesn't have the track vars set. I only say this because $HTTP_cookie_vars fails and isset test.
I have seen that there is something called <?php_track_vars?> that might help, but I can't find any reference about where to put it or how to use it. Would I have to put that in the top of all the pages in the application to make it track the variables? I tried sticking it into a function to write cookies to the screen, but it didn't help and $HTTP_cookie_vars was still undefined.
Any ideas?