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
Emmanuel Petrelli 23Emmanuel Petrelli 23 

Prevent to refresh a Lightning Component until the session expires

Hi all, 

is there a way to prevent to refresh a Lightning Component until the session expires?

I would like to keep the state of the component (for example a input table), even if I later navigate to another tab or other component.
The component that was loaded the first time, must not be refreshed until the SF session expires or until it is updated manually.


Is it feasible in Salesforce without using DML operations?
Thanks in advance!