Hi All i wanted to know is how to make a page expire without using session handling. The main problem is as follows: 1.User logs in 2.Visits 2 or 3 pages 3. user Logs out 3.with the help of "Back" on his browser can come back to the login page where the password and login name have been entered. All i want to do is prevent him from entering that page. Kindly reply soon.
something like this should work:
header("Cache-Control: no-cache, must revalidate");
you have to write in all pages response.cachecontrol="no-cache"
i think this will solve your prob
..ameet