Hi,
When email isn't a mandatory field in the comment form, the super cache generates the cache paged filled with the name typed by the user.
The problem is in wp-cache-phase1.php, function wp_cache_get_cookies_values().
It searches by comment_author_email_, but it should search by comment_author_.
When email field isn't mandatory, the comment_author_email_ cookie isn't created.
[]s
rhapsodyv