I want to store some data like the user nickname and user ID (table primary key) in the user data section of the auth cookie. The reason I\'m doing this is to retain this da
If you've already got a user table with profile information in it, why don't you hook into it with a custom profile provider.
If you want another example of how to implement something like this, you could take a look at the SQL Table Profile Provider