Monday, 12 August 2013

ASP.net forms authentication redirect to log in page issue

ASP.net forms authentication redirect to log in page issue

When I use:
FormsAuthentication.SignOut()
FormsAuthentication.RedirectToLoginPage()
The URL will show a ReturnUrl string, is this normal? Is there a way to
prevent this?
I could just use a response.redirect, but was wondering why it shows the
Return URL also.
Thanks

No comments:

Post a Comment