I'd like to use forms authentication in my web app, and I'll be replacing
the intrinsic user with my own user object. my web app references many
assemblies, none of which have access to the httpcontext. What is the best
way pass my user along to these other assemblies?

Should I set the thread.currentprincipal ( in addition to context.user )
equal to my user in my AuthenticateRequest event??


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to