wordpress names cookies like
wordpress_logged_in_bbfa5b726c6b7a9cf3cda9370be3ee91
the part after _in is different for every user. Is there a way I can use it with wild card in
$_COOKIE["wordpress_logged_in_bbfa5b726c6b7a9cf3cda9370be3ee91"]
so something like
$_COOKIE["wordpress_logged_in_%"]
You will have to loop through the entire $_COOKIE array to see if it matches the pattern: