Forum Moderators: coopster
I tried clearing the cookies by clearing the array $_COOKIE but that didn't work. Any info appreciated.
you should be able to get the name from the $_COOKIE array
dump it array to see the exact syntax to use
echo '<pre>';
print_r($_COOKIE);
echo '</pre>';
that should show you what you have available
though if it is a cookie from your site then you should know the name