Hello,
I'm using OpenDACS for end-user authentication and permissions check with CBE.
Our application restarts everyday, and we are considering caching the result of the permissions check made when the user logged in.
So when we check the permissions of the user everytime we need to refresh the live data, we don't call the checkSubscription again.
First, I would like to know if this is a valid solution?
Also, I've read that the OpenDACS makes it's own caching. Does this mean that it's not necessary or give any advantage for us to do our own caching?
Thank you,