Hi, just wondering if anyone has used any AEM features to solve this use
case.We have web articles we are allowing our users to see only for
certain amount of views (e.g. 10). Each user has a unique URL to our AEM
web page, where a Sling filter intercepts these requests and can
identify who the user is (from URL encoded details), and the page ID
they are trying to view. The user then gets redirected to view the
underlying web page (asset) on Publisher instance. The challenge is each
user can onl...