I am currently using a seperate database to hold user info such as first name, last name, date of hire and such. I load these values into my web app via a sql reader statement and session varibles.
I have be playing with a custom profile provider - is this a better means to hold and recal this type of info? I am using 15 or so session vars for my application for user attributes.
Rich