I am developing a system and today I have a 10 Modules, I currently store the permission of each module in a separate Boolean session.
The value of each session is given the name of the module followed by its permission on initialization in the Default and leaves it stored.
Would it have a lot of performance impact if I changed this permissioning system by session using a direct query in the bank at the moment of checking the module checking its permissions?
Thank you.