I'm looking into my cookies. It should be mentioned that I'm using directory-based blogs, not subdomain blogs. I found these:
name: wordpress_test_cookie
content: WP+Cookie+check
domain: .holisticnetworking.net
path: /
send for: Any type of connection
expires: at end of session
name: wordpress_
content: <<password hash>>
domain: .holisticnetworking.net
path: /wp-content/plugins
send for: Any type of connection
expires: at end of session
name: wordpress_
content: <<password hash>>
domain: .holisticnetworking.net
path: /wp-admin
send for: Any type of connection
expires: at end of session
name: wordpress_logged_in_
content: <<password hash>>
domain: .holisticnetworking.net
path: /wp-admin
send for: Any type of connection
expires: at end of session
I don't claim to be any kind of expert in cookie handling, but shouldn't there be a cookie set for the root that's not a "test cookie?" The other cookies seem redundant to me, being as they contain the same information but simply different directories, but again, I don't really know.
Does this help anyone find a solution to this problem?