Will setting e.isAuthenticated to true be enough to set the forms authentication cookie?
this is in the AuthenticationService.Authenticating event of the wcf authentication service.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, I’ve just recently tested this scenario and using fiddler to view the headers showed that the
Set-Cookie: .ASPXAUTH=header variable was present. Another way to test is to add an event handler for the CreatingCookie event, which occurs when the authentication cookie is being created.