Hi I need to gather the user information when the user has logged in so that I can limit access based on role level. The query that populates this set of info is run inside a try catch block.
Whats the best way of doing it?
Hi I need to gather the user information when the user has logged in so that I can limit access based on role level. The query that populates this set of info is run inside a try catch block.
Whats the best way of doing it?