>In my formsAuthentication_OnAuthenticate event I want to
>replace the user intrinsic with my own user object. I need to populate my
>user object with additional info ( e.g. roles ); however, I do not want to
>store this stuff in a cookie, and I don't want to reload it from the
>database on each O
In my formsAuthentication_OnAuthenticate event I want to
replace the user intrinsic with my own user object. I need to populate my
user object with additional info ( e.g. roles ); however, I do not want to
store this stuff in a cookie, and I don't want to reload it from the
database on each OnAuth