function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Kevin_MKevin_M 

Visualforce Browser History

I am creating a new page section in the Account layout and embedding a Visualforce page inside of that section.  The problem we are having is that the Visualforce servlet is stored in the browser history (as "visual.force.com/servlet" and "salesforce.com/visualforce") and is causing the section to be reloaded when a user hits the back button.
 
We have the exact same setup in a separate sandbox, and the odd thing is, those Visualforce pages are not stored in the browser history and the back button works properly in that environment.
 
Any ideas on why the back button may be breaking?
 
Thanks.