I have a master page that contains a logout button. If you click this a session value is set (using https so sessions are ok). My problem is that if I press the logout button I redirect the user to another location. All good. but if I click the back button in the browser I can see the previous page. Page_Load is not triggered in my masterpage so I can not see if the session value allows the user to see the page or not..
What can be done to prevent this??? Without using the login controls that exist in C#?
What can be done to prevent this??? Without using the login controls that exist in C#?
Comment