I have a login page where I authenticate the user. When the authentication pass, I then redirect the user to another page via Response.Redirect with the url defined in login control's destinationpageurl.
It work fine in firefox but when i test it with IE. It just redirect the user back to the login page.
does anyone know what's going on here?