<!--- Store the current user in the Data. This way, if we ever need to change the way the User is implemented/stored, we only have to do it here - going forward, it will be in the Data bag. ---> <cfset REQUEST.Data.User = SESSION.User />