Good afternoon.
I have an application that has a whole level of permission management for page access and a number of other settings.
Always when a user authenticates, I mount a list with all the menus (links / pages) that this user can access in the system. What happens is that at this moment (homologation of the most recent version) the list is being populated with every request / refresh of a page. What I want is to know if there is any way I can store it in something I can check out whenever I need it, without having to go to the database.
So far I've used (attempts):
I hope you can help me, because for a long time I've been breaking my head to think about this solution.
Hugs!