I have an .net web application where I am authenticating a user through another means as well as using a login form.
when the user logs in through the "other means" I want to be able to find the user in the membership DB using the MembershipProfider.Finduser() and if they exist (ie they passed the external auth means and also exist int he DB so they can login) If all this is tru, I want to then tell .net "this" is the current user.
How do I SET the current user?