Pete B [mailto:[EMAIL PROTECTED]] wrote:

> 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?

When a method is called from the context of an ASP.NET thread then that
method should be able to get the current HttpContext instance from
HttpContext::Current.

HTH,
Drew

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