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?
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.
is working on a reply...