Page 1 of 1

Comment form is Cached and shows logged in even when not

PostPosted: May 19th, 2010, 9:15 pm
by user3
Greetings Jason,
Thanks for a great plugin. I am experiencing a problem though. I have disabled the Client side cache option. Even then, the Wordpress comments box on each post page shows me logged in after I logout even though I cannot post. And vice versa too. I tried adding the comments form php page of my theme and the registration pages to the no cache uri pattern but still the same problem. Please help. Thanks in advance.

Re: Comment form is Cached and shows logged in even when not

PostPosted: May 19th, 2010, 9:39 pm
by user3
I have quick cache enabled for logged in users as well. WP 2.8.4. Is it possible I can enable the Client side cache option also and still fix this problem by using some no cache uri pattern so that the comment form shows the correct logged in or our status? Thanks.

Re: Comment form is Cached and shows logged in even when not

PostPosted: May 20th, 2010, 11:45 pm
by user3
Please help Jason.

Re: Comment form is Cached and shows logged in even when not

PostPosted: June 21st, 2010, 11:25 pm
by Jason Caldwell
user3 wrote:I have quick cache enabled for logged in users as well. WP 2.8.4. Is it possible I can enable the Client side cache option also and still fix this problem by using some no cache uri pattern so that the comment form shows the correct logged in or our status? Thanks.

Very sorry for my extremely delayed response.
It sounds like you have Quick Cache enabled for Logged-In Users. That should be turned off. Once you turn that off, it should solve all of those problems. Just do a manual cache reset after turning that off.

Don't Cache Pages For Logged-In Users:
( True = Don't Cache )

Client-Side Cache:
( False, Disallow )

... comment authors will be able to see updates to the spool immediately. In other words, Quick Cache thinks of a comment author as a logged in user, even though technically they are not.