I noticed that while logged out on my WordPress site, my browser is sending this Cookie
header with every request (obfuscated for security):
Cookie: wordpress_logged_in_OBFUSCATED=flimm%7COBFUSCATED; PHPSESSID=OBFUSCATED; wordpress_logged_in_OBFUSCATED=flimm%7COBFUSCATED;wordpress_test_cookie=WP+Cookie+check
For readability, here are the cookies in separate lines:
wordpress_logged_in_OBFUSCATED=flimm%7COBFUSCATED
PHPSESSID=OBFUSCATED
wordpress_logged_in_OBFUSCATED=flimm%7COBFUSCATED
wordpress_test_cookie=WP+Cookie+check
Is this normal, that even though I am logged out, I still have a cookie set wordpress_logged_in_...
, with my old username in it?
Is it normal to have more than one wordpress_logged_in_...
cookie set, whether logged in or not?