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
Andrew8230Andrew8230 

Using a List of a custom object for use between pages.

Is it possible to store a List of custom objects  ( List<CustomObject> ) somewhere and access it later on different pages? The custom object only holds strings and integers.
tmatthiesentmatthiesen
I'm assuming you are referring to persisting data between Visualforce pages.  As long as the pages share the same controller, you can persist this data.