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
dfcdfc 

Controller Extension Object Lifecycle

I notice that Visual Force controller extensions seem to act like session-level "backer beans", and are not constructed for each HTTP request like, for example, a JavaServer Faces request-level backer bean would be (as defined as such in faces-config.xml).

 

Is there any documentation that describes the precise lifecycle management of server-side objects that are instantiated and managed automatically by the Visual Force runtime, such as controllers and controller extensions?  I do not see this information in any of the PDF documents...

 

Thanks!

 

Dave

 

hokusaihokusai
I am also interested in this documentation.  An installable package demonstration would be helpful.