OOPhoto: Implementing Security In An Object Oriented Application - Round I

<!---
	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 />

For Cut-and-Paste