ASP.NET authentication login and logout with browser back button
I am looking for a solution for user use the browser’s back button to navigate to previous page once logged out.
I am looking for a solution for user use the browser’s back button to navigate to previous page once logged out.
i am using asp.net with c# in my aspx page i have an update panel in this panel i have some links to other sites, which is open on the same window. after clicking on these links me when i am getting back through browser’s back button i am not getting the same results on the update panel…
I have some website which requires a logon and shows sensitive information.
I have a web page that sends email to multiple users (online distribution list). After the submit button is clicked and the email is sent, a status page is shown listing how many emails were sent, errors, and other information. If the user clicks the back button, the email is resent. How can I prevent this?