I'm working with salesforce sites and I'm inserting some records in a custom object, the problem is when I insert a record it is in salesforce but I need to refresh the page to see my record in my site. It seems like there're a delay between Insert and Show the record. Anyone has a similar problem?
Attribution to: Yucel
Possible Suggestion/Solution #1
cache = "false" in apex:page attribute solve the problem.
Attribution to: Yucel
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/32694