I'm having troubles with reading Request.IsAuthenticated in
Application_AuthenticateRequest. I have a scenario where I end up with
two .ASPXAUTH cookies, and there's no way in the world I can get rid of
both of them. I set a new one, but it doesn't matter - IsAuthenticated
always returns false.
Can someone tell me EXACTLY what determines the value of
IsAuthenticated? An in-depth look at the mechanics would really help
me.
shaharh@gmail.com - 24 Jan 2006 15:55 GMT
Are u usign FormsAuthentication with the method Authenticate() or
RedirectFromLogin() of FormsAuthentication?
Or do u using WindowsAuthentication and which methods do u use to
authenticate the user?