Closed (won't fix)
Project:
Authenticated User Page Caching (Authcache)
Version:
6.x-1.0-rc2
Component:
Miscellaneous
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Aug 2011 at 13:40 UTC
Updated:
25 Aug 2011 at 23:40 UTC
Comments
Comment #1
fugazi commentedsame Problem acl 1.4
Comment #2
guDa commentedsubscribing
Comment #3
Jonah Ellison commentedAuthcache works by caching pages by user roles, which means every user within a role must function the same.
ACL appears to work on the user-level, not role-level, meaning different users within the same role can behave differently. This is outside of Authcache's scope... it can only cache a page if it's rendered the same for every role-based user, otherwise unexpected issues can arise.
One workaround could be to disable Authcache for all pages that require ACL, e.g., your forum pages.
Comment #4
apoc1 commentedSorry for the late reply - vacation hah - but, how is it possible to disable Authcache for certain pages?