I have a procedure that has to be run once when a user logs into my asp.net website. The closest event that i could find is the LoggedIn event on my login control, however i cannot use this as it is not able to find the UserId of the currently logged in user yet.
So, what is the best way to run a procedure once after a user is authenticated?