Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > WebObjects Developer's Guide


Table of Contents Previous Section

Controlling Component State

Component objects exist within a particular session and are stored along with the session object between each cycle of the component action request-response loop. Since a user can visit many pages during a session, managing component state can be crucial to reducing your application's storage requirements.

Table of Contents Next Section