Hi guy's, thought it time to move off of the newbie thread and start another one. Access restriction & security is a big part of my application. I need to have total granular control over every page that a user can access. At the moment I achieve this by means of an administration area that lists all of my applications key circuits and all of the applicable fuses within that circuit. This then gives me the option of 'switching' on or off either a complete circuit or individual parts of that circuit simply by assigning a value for each item per user. When a user then logs into my site I load all of this access data into a session structure and then for each page request I have to check the session structure for the relevant key, check the assigned value and either deny or allow access to that particular circuit or page. Now this currently works fine and does not appear to add any considerable overhead to processing. My question is whether there is a better way to achieve this in Fusebox4.1 opr if not what would be the best way to implement my current process into the fusebox structure?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:12:6641 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/12 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:12 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.12 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
