Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Norbert Haberl 32 posts 115 karma points
    Mar 14, 2019 @ 09:49
    Norbert Haberl
    0

    Best way to demine changes at permission at umbraco nodes

    Hi all,

    we are trying to build an cache for our navigation to avoid to make a permission check for each umbraco node, everytime when the page is reloaded. We initialize our cache with the given permissions, when our page is accessed the first time and save this to the session of the user.

    Now we would like to know, which is the best way to check, if permissions have changed for any nodes in the meantime? We have checked the umbracoLog table, but there only save and update operations are logged, but not any changes from public access.

    So we came to the conclussion to use the data from umbracoAccess. Is this the best way to check this, or is there any other possibility (e.g. via api) to check for permission changes?

    Thank you in advance for you help.

Please Sign in or register to post replies

Write your reply to:

Draft