-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
QUICK_CACHE_ALLOWED set to a boolean-ish FALSE
value
#172
Comments
Thanks! It's the intended functionality. However, now that QC Pro allows for user caching I think there is room for improvement here in s2Member also. I'm not seeing any reason why s2Member could not allow protected pages to be cached for logged-in users. I'm going to review this carefully before a change is made, but for now I agree with you. Looks like we'll need a new argument to this method in s2Member. |
Hmm... I see that we may need to distinguish Quick Cache from other WP caching plugins too, before we allow this; since not all caching plugins would be compatible with a user-specific cache generation. |
Moving this to the "Future Release" milestone. |
Moving this to the "Next Release" milestone. |
wpsharks/s2member#199 and wpsharks/s2member#172 also works toward resolving wpsharks/s2member#195
This was resolved in the release of s2Member v140614 |
This is great! Thanks very much! |
For some reason, s2Member is setting the
QUICK_CACHE_ALLOWED
constant to aFALSE
value when loading protected pages.If I'm running Quick Cache with Logged-In User caching enabled (Dashboard → Quick Cache → Plugin Options → Logged-In Users set to "Yes, and maintain a separate cache") and one of my s2Member users visits a protected page, the following appears in the HTML notes:
Is there actually a good reason or is this a bug?
Steps to reproduce
Originally reported at wpsharks/comet-cache#174.
The text was updated successfully, but these errors were encountered: