Community Support Forums — WordPress® ( Users Helping Users ) — 2010-08-04T22:22:29-05:00 http://www.primothemes.com/forums/feed.php?f=5&t=497 2010-08-04T22:22:29-05:00 http://www.primothemes.com/forums/viewtopic.php?t=497&p=2088#p2088 <![CDATA[Re: stats?]]> Thanks for the great question.

This is handled through cookie tracking, and Quick Cache does not do anything custom in this regard. WordPress already sets a cookie called "comment_author", even with just a default installation ( no plugins ). In other words, Quick Cache detects the presence of the "comment_author_HASH" cookie.

The default timeout for this cookie, can be found inside /wp-comments-post.php
Code:
$comment_cookie_lifetime = apply_filters('comment_cookie_lifetime', 30000000);

So it's just over 1 year by default; but this can be modified through a WP Filter if needed.

Statistics: Posted by Jason Caldwell — August 4th, 2010, 10:22 pm


]]>
2010-08-01T12:04:29-05:00 http://www.primothemes.com/forums/viewtopic.php?t=497&p=2016#p2016 <![CDATA[stats?]]>
So is disabling caching for someone who just posted a comment based on cookies, e-mail, or IP? Is there a timer for that. Just curious.

Statistics: Posted by wpweaver — August 1st, 2010, 12:04 pm


]]>