Re: [DOTNET] FormsAuth.._OnAuthenticate question

2002-04-29 Thread Chris Kinsman
>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

[DOTNET] FormsAuth.._OnAuthenticate question

2002-04-18 Thread Pete B
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