Hey,
I have an annoying problem with Authcache; it seems it can't work together with ACL, the base module I need for my forum acces control. Is there any way to make those two work together?
Thanks in advance!
Hey,
I have an annoying problem with Authcache; it seems it can't work together with ACL, the base module I need for my forum acces control. Is there any way to make those two work together?
Thanks in advance!
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?