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
dgindydgindy 

Webpage has Expired

I have a VF page with a dropdown list doing a javascript:form.submit().  However when I click on the back button i get a webpage has expired.  Any ideas on a work around?
 
xxxxxxxxxxxxxxxx

Try using

cache="true"

 

in the page tag. Optionally you can also specify the page expiration time in seconds.

<apex:page cache="true" expires="300">