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

fugazi’s picture

same Problem acl 1.4

guDa’s picture

subscribing

Jonah Ellison’s picture

Status: Active » Closed (won't fix)

Authcache 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.

apoc1’s picture

Sorry for the late reply - vacation hah - but, how is it possible to disable Authcache for certain pages?