Forum Moderators: phranque
Rasheed
You will also need to implement the function of the "back" button manually; Since the browser won't be aware of any changes in the URL, the regular back button won't work.
This is a very "user-unfriendly" method, difficult to debug, and prone to major problems. Be sure there are no friendlier and easier techniques you could use to achieve your actual needs before heading down this path. For example, using password-protection and a cookie to remember the authorization-state would be simpler. If your site is dynamically-generated, modifying the scripts to add a date-related or pseudo-random component to the URLs would also be easier.
This is an advanced subject, and I can offer little more than the above comments.
Jim