Hi All,
I am having web site in ASP.NET. We have two type of login 1. Users 2. Administrator
I am facing following problem during testing
Problem statement: Suppose i loggedin by user login and surf all pages, let say at any page of user i click on logout button, it will redirect me at login page.
Now the problem comes when i use browser back, it shows me user's page But in actual i should not able to view that page after logout.
My functionality is proper because if i click on page after logout it will again redirect me at login page, but my problem is i should not land on userpage using browser back after logout. [As happens in Google and Yahoo]
Same is happening with Admin login.
Please help me to sort out the problems.