Description of A look at storing personalized user information after authentication :
This is an article in which the author elaborately discusses about authenticating users and saving information for later retrieval. Here the author suggests a simple way of processing authentication that is authenticating users with classes like FormsAuthentication and saving personalized details of the users in an individual object.