FormsAuthentication messing my Response.Redirect
Hi,
I use FormsAuthentication. At each page I have a dropdownmenu for navigating to other pages which is embedded in a .ascx control . For this I use Response.Redirect("otherpage.aspx"). This works fine, except when the Authorisation cookie is set to never expire, or when people use some password remembering option in the browser. In this case people get redirected to the login page. How can I redirect these people to the otherpage.aspx?
Many Thanks!
Roog
|