vote up 0 vote down star

If FormsAuthenticationModule detects forms authentication ticket in the request, it automatically creates security context by initializing HttpContext.Current.User property. This happens during Application.AuthenticateRequest event.

Assuming we log in user via CreateUserWizard control, then by the time CreatUserWizard's ContinueButtonClick event is raised, security context for that user is already initialized.

But was the security context initialized by FormsAuthenticationModule or by some other module? Namely, isn't FormsAuthenticationModule called only during Application.AuthenticateRequest event?

flag

63% accept rate
Moved your other question to stackoverflow.com/questions/1060863/… – Alex Angas Aug 18 at 9:49

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.