Best way to have an per-user customized private section

Sound like a nice idea, but when i need a per user customized private section i usually code it based on page template files and create a few pages with these template files fo example, say i have a download page which will show each user the files he can download so my page template would

first check if the user is logged in (if not Unauthorized redirect)
then just pull all of the file that user can download.