R
Ram
I have Login.aspx page where user identity will be verified and taken to the
next page. I am using Reponse.Redirect("home.aspx") to take them next page.
In home.aspx user still click on browser back button and can navigate to
Login.aspx page. How to avoid the user going back to the login page after
his successfull login. Thanks for your advice.
Ram
next page. I am using Reponse.Redirect("home.aspx") to take them next page.
In home.aspx user still click on browser back button and can navigate to
Login.aspx page. How to avoid the user going back to the login page after
his successfull login. Thanks for your advice.
Ram